in reply to Re: use strict with Getopt::Stdin thread use strict with Getopt::Std
use strict; use Getopt::Std; our($opt_a, $opt_b); getopts('ab'); [download]