Help for this page

Select Code to Download


  1. or download this
        GetOptions (
            'item=s'  =>  \my $item = 'default',
        );
    
  2. or download this
        my %pars = (
           my $item = item => 'default value',
    ...
           \%pars,
           "$item=s",
        );