Help for this page
my %help_options = ( "color!" => sub { $options{USE_COLOR} = $_[1] }, ... GetOptions( %help_options ); do $options{CONF} if defined $options{CONF};