Help for this page

Select Code to Download


  1. or download this
    my %opts = ( 'foo' => 'default_value',
                 'bar' => 'another_default_value',
    ...
      my $opts_ref = shift;
    
      ...
    
  2. or download this
       'h|help'   => sub { help() },