Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
            $hash2{'time'} = $now;
    }
    
  2. or download this
    #! perl -sw
    use strict;
    ...
            my $now = scalar localtime;
            return time => $now;
    }