Help for this page

Select Code to Download


  1. or download this
    #...
       grep_line =>
    ...
                return;
            }
    #...
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        Benchmark::cmpthese( 1000, \%subs );
    
    }