in reply to Re: Perl calendar
in thread Perl calendar
my $_next_month = timelocal(0, 0, 0, 1, $_month % 12, $_next_year); my $_last_day = (localtime($_next_month - 86400))[3];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl calendar (use CPAN)
by Tanktalus (Canon) on Jun 23, 2008 at 15:21 UTC | |
|
Re^3: Perl calendar
by pc88mxer (Vicar) on Jun 23, 2008 at 14:05 UTC | |
|
Re^3: Perl calendar
by moritz (Cardinal) on Jun 23, 2008 at 14:00 UTC |