Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
RE: Are there argc and argv type functions in perlby Anonymous Monk |
on Mar 11, 2000 at 01:36 UTC ( [id://5184]=note: print w/replies, xml ) | Need Help?? |
$#argv is the same as argc. And as mentioned by another poster, $argv[0] is not the command name, rather $0 is.
In Section
Seekers of Perl Wisdom
|
|