Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: converting from php

by Corion (Patriarch)
on Nov 20, 2005 at 17:59 UTC ( [id://510263]=note: print w/replies, xml ) Need Help??


in reply to converting from php

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:

foreach my $eachday (@the_days) { print $eachday; # "eachday" is a bad name }; use POSIX qw(strftime); print strftime('%Y ...', localtime)

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://510263]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-18 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found