Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
            $c_for_loop_total += $j;
        }
    }
    
  2. or download this
    12:00 >perl 555_SoPW.pl
                   Rate foreach_loop   c_for_loop
    ...
    $c_for_loop_total   = 500000500000000
    
    12:05 >