Help for this page

Select Code to Download


  1. or download this
    --snip--
    
    ...
    faster way to count one substring in another???
    
    -- snip --
    
  2. or download this
    #!/usr/bin/perl -w
    use Benchmark('timethese');
    ...
       return cnt; 
    }
    -- snip --