Help for this page

Select Code to Download


  1. or download this
    my %scripts = (
      "010" =>  {
    ...
                  step => '030',
                },
    );
    
  2. or download this
    $sub = $scripts{$script}{sub} ;
    $sub->($file, $step);
    # Or 
    &$sub($file, $step);