diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-30 20:52:05 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-30 20:52:05 +0000 |
commit | 04d666b12563dfde61714b0a22a39c0eb94d4f16 (patch) | |
tree | 05bfd4fd5838fc00413490f7820434b353fa8a09 /pod/perlfaq.pod | |
parent | a5b510f29827514a9bbd7758f42522c7688a9dc7 (diff) | |
download | perl-04d666b12563dfde61714b0a22a39c0eb94d4f16.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@18604
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r-- | pod/perlfaq.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 73f12e7712..cc2c185bbf 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq - frequently asked questions about Perl ($Date: 2003/01/03 20:00:25 $) +perlfaq - frequently asked questions about Perl ($Date: 2003/01/26 17:45:46 $) =head1 DESCRIPTION @@ -516,7 +516,7 @@ What's wrong with always quoting "$vars"? =item * -Why don't my <<HERE documents work? +Why don't my E<lt>E<lt>HERE documents work? =item * @@ -733,7 +733,7 @@ How come when I open a file read-write it wipes it out? =item * -Why do I sometimes get an "Argument list too long" when I use <*>? +Why do I sometimes get an "Argument list too long" when I use E<lt>*E<gt>? =item * @@ -753,7 +753,7 @@ How can I lock a file? =item * -Why can't I just open(FH, ">file.lock")? +Why can't I just open(FH, "E<gt>file.lock")? =item * @@ -1012,7 +1012,7 @@ What's the difference between deep and shallow binding? =item * -Why doesn't "my($foo) = <FILE>;" work right? +Why doesn't "my($foo) = E<lt>FILEE<gt>;" work right? =item * |