Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "Email::Date::Format: ", $Email::Date::Format::VERSION;
    print "Exporter: ", $Exporter::VERSION;
    
  2. or download this
    use strict;
    use lib qw{./lib};
    ...
    
    print "Email::Date::Format: ", $Email::Date::Format::VERSION;
    print "Exporter: ", $Exporter::VERSION;