Help for this page

Select Code to Download


  1. or download this
    myscript.pl --name 'joe' val=0 --list 'a' 'b' 'c'
    
  2. or download this
    my $opts = GetOpts::HelpMeHere;
    $opts->{name}; # 'joe'
    $opts->{list}; # [ 'a', 'b', 'c' ]