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

version 5.16.3

Replies are listed 'Best First'.
Re^5: Error while using POSIX strftime
by Anonymous Monk on Sep 16, 2014 at 21:18 UTC

    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?