in reply to looking for Advice on how strict i should really be
use strict; use vars '$opt_h'; getopts('h'); if ($opt_h) { print 'do something'; } [download]