Help for this page

Select Code to Download


  1. or download this
    $ perl
    use strict;
    ...
     at (eval 4) line 2
    ok 2 - use Date::Format;
    $
    
  2. or download this
    $ diff Format.pm.org Format.pm
    15c15
    < @EXPORT  = qw(time2str strftime ctime asctime);
    ---
    > @EXPORT_OK  = qw(time2str strftime ctime asctime);