|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: Re: Uncommon* but Useful Perl Command Line Optionsby ysth (Canon) |
| on Jan 28, 2004 at 19:37 UTC ( [id://324844]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
-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
|
|
||||||||||||||||||||||||||||