Perl magic variable containing the arguments the script is run with.

Example:
> myscript.pl file1 file2 file3
@ARGV is now ("file1", "file2", "file3").

Back to Perl

Log in or register to write something here or to contact authors.