Help for this page
use Getopt::Long; Getopt::Long::Configure('bundling'); ... if ($options{LongName}) { # do something with $options{LongName} }
prog.pl --longname something
prog.pl -L something