- or download this
unless (fork)
{
...
do_subroutine ();
exit;
}
- or download this
use strict;
use warnings;
...
number 1000000
seconds 5.234
- or download this
use strict;
use warnings;
...
number 1000000
seconds 2.086
- or download this
use strict;
use warnings;
...
number 1000000
seconds 2.142
- or download this
use strict;
use warnings;
...
number 1000000
seconds 2.087