Help for this page

Select Code to Download


  1. or download this
    
    perldoc Benchmark
    
  2. or download this
    
    vi \perl\lib\Benchmark.pm
    
  3. or download this
    
    BEGIN {
    ...
    # some more code here
    mybench();
    
  4. or download this
    
    mycode.pl -b
    
  5. or download this
    
    perl -lne 'print unless /^\s*mybench();/' myscript.pl > production.pl