You are viewing the version of this documentation from Perl 5.41.2.
            This is a development version of Perl.
        
      
- #@ARGV 
- 
The array @ARGVcontains the command-line arguments intended for the script.$#ARGVis generally the number of arguments minus one, because$ARGV[0]is the first argument, not the program's command name itself. See "$0" for the command name.