in reply to Re: What's so wrong with this (dereferencing)code?
in thread What's so wrong with this (dereferencing)code?
And this code doesn't?use POSIX; $now = POSIX::strftime("%a, %e %b %Y %T GMT",gmtime($now));
I will be using strftime instead of rolling my own templates as even my frippery has it's limits but sometimes reinventing the wheel gets you a more efficient wheel. But once again I'm being bitten by Perls mind boggling inconsistency.require POSIX; $now = POSIX::strftime("%a, %e %b %Y %T GMT",gmtime($now));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What's so wrong with this (dereferencing)code?
by hippo (Archbishop) on Jun 26, 2024 at 13:06 UTC | |
| |
|
Re^3: What's so wrong with this (dereferencing)code?
by Anonymous Monk on Jun 26, 2024 at 18:07 UTC |