* Wizard <wizard at neonedge.com> [2003-02-05 10:53]: > I'm working on a script for NMS, and I've encountered a problem. It's likely > just me, but for some reason the '%T' and '%R' format specifiers don't seem > to be working under Win2k, yet the '%H:%M' specifiers work. I've tried both > cygwin perl 5.6.1 and ActivePerl 5.6.1.
%T and %R are part of the Single Unix spec, not POSIX, therefore Windows' POSIX library probably doesn't have them. The only workaround is to use what they are shortcuts for. (darren) -- An idea is not responsible for the people who believe in it. _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

