Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes qw(time);
    
    ...
    {
      printf "%10s: %10.6f\n",$k,$v;
    }
    
  2. or download this
    for $i in (1..2_000_000)
    {
      my %case;
      push(@r,\%case);
    }