![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
POSIX::strftime behaving differently in different scripts.by techman2006 (Beadle) |
on Apr 03, 2014 at 11:23 UTC ( #1080930=perlquestion: print w/replies, xml ) | Need Help?? |
techman2006 has asked for the wisdom of the Perl Monks concerning the following question: I am trying to use POSIX::strftime to get the timezone of the system. Below is the script which perform this job.
Now when I merge this logic in another script it an getting below error.
I am not able to get why this error is coming. Here one thing to be noted that I am using Time::localtime for some purpose. So even I tried to use specific function from the package but still I am getting same error. Any thoughts why this error could be coming.
Back to
Seekers of Perl Wisdom
|
|