Help for this page

Select Code to Download


  1. or download this
      use Date::Calc qw(:all);
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
    print "dow_first= $days[$dow_first]\n";
    print "dow_last= $days[$dow_last]\n";
    
  3. or download this
    Undefined subroutine &main::Days_In_Month called at ./test.pl line 16.
    
  4. or download this
    :!./test.pl
    Year = 2004
    ...
    Day = 7
    dow_first= Tue
    dow_last= Wed