Help for this page

Select Code to Download


  1. or download this
    my $t = localtime;
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $u = Time::Piece->strptime($str, $pattern);
    
    print "Time is:\n", $u->strftime($pattern), "\n";
    
  3. or download this
    Error parsing time at d:/berrybrew/5.30.1_32/perl/lib/Time/Piece.pm li
    +ne 597.