Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    MCE->process({ input_data => "test.txt" });
    MCE->shutdown;
    
  2. or download this
    $ time /opt/perl-5.8.9/bin/perl -I. test_demo.pl
    
    ...
    user    0m49.476s
    sys     0m7.137s