Help for this page

Select Code to Download


  1. or download this
    use Proc::Queue qw(run_back);
    Proc::Queue::trace(1);
    
  2. or download this
    run_back {
      eval { ... parallel code here ... };
      print STDERR $0."[$$]: $@\n" if $@;
    };