use Getopt::Std; use strict; our($opt_i); # "our" allows strict use of this variable without clobbering it getopts('i:');