![]() |
|
XP is just a number | |
PerlMonks |
Re: Re: Uncommon* but Useful Perl Command Line Optionsby ysth (Canon) |
on Jan 29, 2004 at 00:37 UTC ( #324844=note: print w/replies, xml ) | Need Help?? |
-a only works in combination with -n or -tI assume this is a typo and Abigail meant -n or -p. Actually, even without -n or -p, the -a switch does have the very minor effect of creating @F, so that referring to it won't get you a Name "main::F" used only once: possible typo warning. (And *F{ARRAY} will give a reference to @F even if no @F is mentioned anywhere, instead of the usual undef.) These could be construed as a bug.
In Section
Tutorials
|
|