GetOptions( ... 'verbose=i' => \my $VERBOSE, ... 'minimum=i' => \my $minimum, ); $minimum ||= 1; $VERBOSE ||= 0;