Help for this page

Select Code to Download


  1. or download this
    2011-08-09 03:33:11
    2011-07-09 00:27:23
    2011-07-25 22:24:08
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    ...
    #$dt->set_time_zone('Europe/Guernsey');
    my $time = $dt->strftime('%F %T');
    print "$time\n";