Help for this page

Select Code to Download


  1. or download this
    $pm->finish(0,\$scalar);  # or
    $pm->finish(0,\@array);   # or
    $pm->finish(0,\%hash);
    
  2. or download this
    $pm -> run_on_finish (
        sub {
    ...
        }
    );