X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq5.pod;h=9e30b54cfd03d502b5c650f7b2a9e65b21c8d913;hb=c3446a789032c3dfb559d092d3152947e04a2547;hp=c04f3c6872cbefad0a48849fbfad841d26258a54;hpb=197aec242db45fbf1d7853a1ae22a108cc09d23c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index c04f3c6..9e30b54 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.27 $, $Date: 2002/12/06 07:40:11 $) +perlfaq5 - Files and Formats ($Revision: 1.28 $, $Date: 2003/01/26 17:45:46 $) =head1 DESCRIPTION @@ -434,7 +434,7 @@ isn't as exclusive as you might wish. See also the new L if you have it (new for 5.6). -=head2 Why do I sometimes get an "Argument list too long" when I use <*>? +=head2 Why do I sometimes get an "Argument list too long" when I use E*E? The C<< <> >> operator performs a globbing operation (see above). In Perl versions earlier than v5.6.0, the internal glob() operator forks @@ -537,7 +537,7 @@ L if you have it (new for 5.6). =back -=head2 Why can't I just open(FH, ">file.lock")? +=head2 Why can't I just open(FH, "Efile.lock")? A common bit of code B is this: