Help for this page

Select Code to Download


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