{ package OPTS; use Getopt::Std; our %opts; getopts('fs', \%opts); }