![]() |
|
go ahead... be a heretic | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
unless $ARGV[2]
works until someone passes a zero. You could amend it to
unless defined $ARGV[2]
though
if 3 > @ARGV
reads better, at least in my opinion.
In reply to Re: Re: $ARGV dilemma
by dws
|
|