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