use strict; use vars '$opt_h'; getopts('h'); if ($opt_h) { print 'do something'; }