Help for this page

Select Code to Download


  1. or download this
    syswrite handler, message
    
  2. or download this
    # Parallelise the writing into the pipes
    my $pm = Parallel::ForkManager->new($lp);
    ...
                   );
      $pm->finish;
    }