P
pgodfrin
Greetings,
Is there a better way to test for existence of arguments besides
$#ARGV ? I have a little program that uses -s via the getopts module,
and if that option is used I want to force an argument. I suppose I
could use getopts(s - but I wondered if there is another "clean" way
to do that?
pg
Is there a better way to test for existence of arguments besides
$#ARGV ? I have a little program that uses -s via the getopts module,
and if that option is used I want to force an argument. I suppose I
could use getopts(s - but I wondered if there is another "clean" way
to do that?
pg