Think about Loose Coupling | |
PerlMonks |
converting from phpby caterham7 (Initiate) |
on Nov 20, 2005 at 17:50 UTC ( [id://510259]=perlquestion: print w/replies, xml ) | Need Help?? |
caterham7 has asked for the wisdom of the Perl Monks concerning the following question:
Hello there
I am trying to change a php script into perl and have a couple of issues: - what is the equivalent in perl to "foreach($the_days as $eachday){etc. " in perl? - what is the equivalent in perl to "$the_days[$j] = strftime("%a, %d %b %Y", strtotime("+$jump days"));" Many thanks Edit: g0n - code tags & line breaks
Back to
Seekers of Perl Wisdom
|
|