Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/User Input/Command Line
From NetSec
Command line arguments are passed at execution time; e.g.
perl script.pl -a arg1 -b arg2 ...
Command line arguments are passed at execution time; e.g.
perl script.pl -a arg1 -b arg2 ...