summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-10-07 22:03:00 +0300
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-07 22:03:00 +0300
commitfb252e81e0ab5fee4793e35f87cfba6c014224e2 (patch)
tree208ab161af938b0e8ae2dc7589668bbfc6603cf7
parent78e5db7cf0adb39246e7f17be1b84f550d63daa6 (diff)
downloadperl-fb252e81e0ab5fee4793e35f87cfba6c014224e2.tar.gz
perl 5.003_06: pod/perl.pod
Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk> Subject: Pod typos, pod2man bugs, and miscellaneous installation comments Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules. Changed Larry's address to larry@wall.org. Date: Mon, 7 Oct 1996 22:03:00 +0300 From: Jarkko Hietaniemi <jhi@alpha.hut.fi> Subject: LC_COLLATE. Big patch to add, document, and test LC_COLLATE support. perli18n advertised.
-rw-r--r--pod/perl.pod10
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index 61aa1f4771..2487a5e742 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -31,6 +31,7 @@ of sections:
perlsub Perl subroutines
perlmod Perl modules
perlform Perl formats
+ perli18n Perl internalization
perlref Perl references
perldsc Perl data structures intro
@@ -246,6 +247,9 @@ directory. If PERL5LIB is defined, PERLLIB is not used.
=back
+Perl also has environment variables that control how Perl handles
+language-specific data. Please consult the L<perli18n> section.
+
Apart from these, Perl uses no other environment variables, except
to make them available to the script being executed, and to child
processes. However, scripts running setuid would do well to execute
@@ -258,7 +262,7 @@ honest:
=head1 AUTHOR
-Larry Wall E<lt>F<lwall@sems.com>E<gt>, with the help of oodles of other folks.
+Larry Wall E<lt>F<larry@wall.org>E<gt>, with the help of oodles of other folks.
=head1 FILES
@@ -306,9 +310,9 @@ given variable name may not be longer than 255 characters, and no
component of your PATH may be longer than 255 if you use B<-S>. A regular
expression may not compile to more than 32767 bytes internally.
-See the perl bugs database at F< http://perl.com/perl/bugs/ >. You may
+See the perl bugs database at F<http://perl.com/perl/bugs/>. You may
mail your bug reports (be sure to include full configuration information
-as output by the myconfig program in the perl source tree) to
+as output by the myconfig program in the perl source tree, or by C<perl -V>) to
F<perlbug@perl.com>.
If you've succeeded in compiling perl, the perlbug script in the utils/
subdirectory can be used to help mail in a bug report.