Problems? Is your data what you think it is? | |
PerlMonks |
RE: Are there argc and argv type functions in perlby Anonymous Monk |
on Mar 12, 2000 at 00:14 UTC ( [id://5214]=note: print w/replies, xml ) | Need Help?? |
try the @ARGV array.
$ARGV[0] is the first commandline parameter, though.
In Section
Seekers of Perl Wisdom
|
|