Help for this page

Select Code to Download


  1. or download this
    unless (fork)
    {
    ...
        do_subroutine ();
        exit;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    number  1000000
    seconds 5.234
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    number  1000000
    seconds 2.086
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    number  1000000
    seconds 2.142
    
  5. or download this
    use strict;
    use warnings;
    ...
    
    number  1000000
    seconds 2.087