The \@ARGV array stores parameters.

Display the 2nd parameter:

$ARGV[1]

Display the number of parameters passed:

@ARGV

Category:Perl