use strict; use Getopt::Std; our($opt_a, $opt_b); getopts('ab'); [download]
In reply to Re^2: use strict with Getopt::Std by Anonymous Monk in thread use strict with Getopt::Std by cutter