Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    foreach (@search) {
        print "$_\n";
    }
    
  2. or download this
    Benchmark: timing 100000 iterations of index, re...
         index:  4 wallclock secs ( 3.54 usr +  0.00 sys =  3.54 CPU) @ 28
    +248.59/s (n=100000)
            re:  7 wallclock secs ( 6.98 usr +  0.00 sys =  6.98 CPU) @ 14
    +326.65/s (n=100000)