Help for this page

Select Code to Download


  1. or download this
        for(my $iSheet=0; $iSheet < $oBook->{SheetCount}; $iSheet++)
        {
            print "$oBook->{SheetCount}";
        }
    
  2. or download this
    use strict;
    use warnings;
    ...
            $var = $iSheet;
        }
    }
    
  3. or download this
    Benchmark: timing 10000 iterations of For_C, For_Set...
         For_C: 14 wallclock secs (14.33 CPU) @ 697.84/s (n=10000)
    ...
              Rate   For_C For_Set
    For_C    698/s      --    -50%
    For_Set 1385/s     98%      --
    
  4. or download this
    $iSheet < $oBook->{SheetCount} # hash look up and comparison