@ARGV

(idea) by Sverre Fri Apr 06 2001 at 13:34:22
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

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.