Help for this page

Select Code to Download


  1. or download this
    sub some_subroutine 
    {
    ...
        }
        @retval = ($output1,$output2,$output3);
    }
    
  2. or download this
    #!/usr/bin/perl
    use Parallel::ForkManager;
    ...
      $pm->finish;
    }
    $pm->wait_all_children;