use strict; use Getopt::Std; our $opt_v; getopt('v'); print $opt_v;