in reply to
Are there argc and argv type functions in perl
$#argv is the same as argc. And as mentioned by another poster, $argv[0] is not the command name, rather $0 is.
Comment on
RE: Are there argc and argv type functions in perl
In Section
Seekers of Perl Wisdom