Help for this page

Select Code to Download


  1. or download this
    mysub(
       FH => *INPUT,
    ...
       my $first = $args{arr1}->[0];
    
    }
    
  2. or download this
    sub named_params_with_defaults
       {
    ...
       named_params_with_defaults(
          one => "override arg 'one'"
       );