Search for Getopt and Getoptions::Long
A quick sample:
use Getopt::Std; use Data::Dumper; $options={}; getopt("df",$options); print Dumper($options);
In reply to Re: Processing command line based on user input
by PeterPeiGuo
in thread Processing command line based on user input
by iphone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |