in reply to command line arguments
The arguments given on the command line are available in the special global variable @ARGV. If you need more power/flexibility in commandline processing, you could consider modules such as Getopt::Std and Getopt::Long (both of which are in the standard library).
|
|---|