P is for Practical | |
PerlMonks |
Re: converting from phpby Corion (Patriarch) |
on Nov 20, 2005 at 17:59 UTC ( [id://510263]=note: print w/replies, xml ) | Need Help?? |
Have you tried searching or googling for your terms? Perl foreach gives me lots of pages with example usage of foreach. Perl strftime gives me lots of pages which point to the POSIX module. To make it more complete, here are the answers:
If you want to do date math, you are best off by using a module like Date::Calc or DateTime, or maybe it's already sufficient to just add 60*60*24 seconds to time, depending on your (untold) needs.
In Section
Seekers of Perl Wisdom
|
|