Help for this page

Select Code to Download


  1. or download this
    use Time::Local;
    
    ...
    }
    
    printf "%d sec elapsed\n", $end - $beginning;
    
  2. or download this
    my $i=0;
    my %month = map {$_=>$i++} qw/Jan Feb Mar Apr May Jun Jul Aug Sep Oct 
    +Nov Dec/;