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