Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use Timer::Runtime;
    
    print "hi\n";
    
  2. or download this
    $ perl duration.pl
    duration.pl Started: Fri Aug  5 01:48:14 2016
    hi
    duration.pl Finished: Fri Aug  5 01:48:14 2016, elapsed time = 00:00:0
    +0.000398
    $