How to read Perl command-line arguments
Perl FAQ: How do I read command-line arguments in Perl?
Note: If you want to handle simple Perl command line arguments, such as filenames and strings, this tutorial shows how to do that. If you want to handle command-line options (flags) in your Perl scripts (like -h
or --help
), my Perl getopts command line options/flags tutorial is what you need.