Help for this page

Select Code to Download


  1. or download this
    C:\Old_Data\perlp>corelist Time::Piece
    
    Time::Piece was first released with perl v5.9.5
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    #print localtime($epoch)->strftime($fmt);
    print $epoch->strftime($fmt);