Help for this page

Select Code to Download


  1. or download this
    my $string = "foo bar testing";
    my $string2 = "foo bar testing";
    
    ...
    my $end = new Benchmark;
    my $diff = timediff($end, $start);
    print "Time taken was ", timestr($diff, 'all'), " seconds \n\n";
    
  2. or download this
    package Test;
    
    ...
    }
    
    1;