Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    my $day_name = Time::Piece->strptime("$year$month" . '01', '%Y%m%d')->
    +fullday;
    
    print "01-Oct-2013 is a $day_name";
    
  2. or download this
    01-Oct-2013 is a Tuesday