summaryrefslogtreecommitdiff
path: root/pod/perltoc.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1997-04-27 00:00:00 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-27 00:00:00 +1200
commitc635e13b3766789d3a0231f6ee93b7f5c9f4b423 (patch)
treed153a937f14087f111426d29366ca854062fd633 /pod/perltoc.pod
parent0dccf24430a5250869822117cfec215176703c7f (diff)
downloadperl-c635e13b3766789d3a0231f6ee93b7f5c9f4b423.tar.gz
[inseparable changes from match from perl-5.003_97i to perl-5.003_97j]
CORE PORTABILITY Subject: Return to favoring memset(,0,) over bzero() From: Chip Salzenberg <chip@perl.com> Files: perl.h OTHER CORE CHANGES Subject: Update sprintf: '%hn'; '%s',NULL; panic on frexp() failure From: Chip Salzenberg <chip@perl.com> Files: perl.h pod/perldiag.pod sv.c
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r--pod/perltoc.pod24
1 files changed, 17 insertions, 7 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod
index b699e7fd30..80004683f1 100644
--- a/pod/perltoc.pod
+++ b/pod/perltoc.pod
@@ -924,6 +924,10 @@ CGI script to do bad things?
=item Internal change: PerlIO abstraction interface
+=item New and changed builtin constants
+
+__PACKAGE__
+
=item New and changed builtin variables
$^E, $^H, $^M
@@ -1364,7 +1368,7 @@ $ARGV, @ARGV, @INC, %INC, $ENV{expr}, $SIG{expr}, $^M
=item SEE ALSO
-=head2 perlmod - Perl modules (packages)
+=head2 perlmod - Perl modules (packages and symbol tables)
=item DESCRIPTION
@@ -1382,7 +1386,11 @@ $ARGV, @ARGV, @INC, %INC, $ENV{expr}, $SIG{expr}, $^M
=back
-=item NOTE
+=item SEE ALSO
+
+=head2 perlmodlib - constructing new Perl modules and finding existing ones
+
+=item DESCRIPTION
=item THE PERL MODULE LIBRARY
@@ -1390,8 +1398,8 @@ $ARGV, @ARGV, @INC, %INC, $ENV{expr}, $SIG{expr}, $^M
=item Pragmatic Modules
-blib, diagnostics, integer, less, lib, locale, ops, overload, sigtrap,
-strict, subs, vmsish, vars
+use autouse MODULE => qw(sub1 sub2 sub3), blib, diagnostics, integer, less,
+lib, locale, ops, overload, sigtrap, strict, subs, vmsish, vars
=item Standard Modules
@@ -1470,6 +1478,8 @@ can then be reduced to a small
=back
+=item NOTE
+
=head2 perlform - Perl formats
=item DESCRIPTION
@@ -2850,7 +2860,7 @@ clearcache ( COUNT ), clearallcache ( ), disablecache ( ), enablecache ( )
=item ABSTRACT
-=item INSTALLATION:
+=item INSTALLATION
=item DESCRIPTION
@@ -2896,7 +2906,7 @@ B<Parameters:>, 4, 5, 6..
=back
-=item CREATING FORMS:
+=item CREATING FORMS
=over
@@ -2986,7 +2996,7 @@ scripts, B<referer()>, B<auth_type ()>, B<server_name ()>, B<virtual_host
()>, B<server_software ()>, B<remote_user ()>, B<user_name ()>,
B<request_method()>
-=item CREATING HTML ELEMENTS:
+=item CREATING HTML ELEMENTS
=over