Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    use DateTime::Format::Strptime;
    ...
    
    say $datetime->strftime('%a %b %d %T %Y');
    __END__
    
  2. or download this
    $ perl 1193021.pl
    Wed Jul 19 10:07:42 2017