in reply to Re^2: Error while using POSIX strftime
in thread Error while using POSIX strftime

What version of Perl are you using? Perhaps it is a bug in an old version of POSIX
perl -v

Replies are listed 'Best First'.
Re^4: Error while using POSIX strftime
by sravs448 (Acolyte) on Sep 16, 2014 at 20:40 UTC
    version 5.16.3

      toolic asked you to post the output of perl -v so we can get a better picture of your system; even better, post the output of perl -V. Are you using Strawberry Perl, cygwin, or ActiveState, and do you possibly have multiple installed on your machine?

      Also, could you post what perl -MPOSIX -e 'print $POSIX::VERSION' outputs?