|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: WWW::Mechanize wrong monthby NetWallah (Monsignor) |
| on Oct 31, 2012 at 06:18 UTC ( #1001605=note: print w/ replies, xml ) | Need Help?? |
|
Perl Month numbers from 'localtime' etc are ZERO based. This syntax: returns values similar to localtime(), which uses zero-based months.
$mday is the day of the month and $mon the month in the range 0..11, with 0 indicating January and 11 indicating December. This makes it easy to get a month name from a list: "By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest." -Confucius
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||