X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq.pod;h=fa6943f0db0e9e8f96b9daca09d10b48c7d16c67;hb=d396a55899b7bce58ef6008d9af7a500b5175b4a;hp=0d5dae8f5aad905e1175cda7c83e5cbdca397a29;hpb=87275199ef473a0bd08ce6f46db30d4d432f4876;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 0d5dae8..fa6943f 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -250,7 +250,7 @@ miscellaneous data issues. =item * What's wrong with always quoting "$vars"? -=item * Why don't my EEHERE documents work? +=item * Why don't my <*E? +=item * Why do I sometimes get an "Argument list too long" when I use <*>? =item * Is there a leak/bug in glob()? -=item * How can I open a file with a leading "E" or trailing blanks? +=item * How can I open a file with a leading ">" or trailing blanks? =item * How can I reliably rename a file? @@ -508,7 +508,7 @@ other sections. =item * What's the difference between deep and shallow binding? -=item * Why doesn't "my($foo) = EFILEE;" work right? +=item * Why doesn't "my($foo) = ;" work right? =item * How do I redefine a builtin function, operator, or method?