Getopt::Std
Getopt::Std
NAME
getopt, getopts - Process single-character switches with switch clustering
SYNOPSIS
use Getopt::Std; getopts('oif:'); # -o & -i are boolean flags, -f takes an argument # Sets $opt_* as a side effect. getopts('oif:', \%opts); # options as above. Values in %opts getopt('oDI'); # -o, -D & -I take arg. # Sets $opt_* as a side effect. getopt('oDI', \%opts); # -o, -D & -I take arg. Values in %opts
DESCRIPTION
The getopts()
function processes single-character switches with switc