in reply to Re^2: Problem with ``use if COND, Some::Module'' on Linux
in thread Problem with ``use if COND, Some::Module'' on Linux

Not for nothing, but is 'MSWin64' an actual OS string? I'm on Windows 7 x64 with Strawberry Perl 5.22 64-bit and $^O still returns "MSWin32" for me.

VinsWorldcom@C:\Users\VinsWorldcom> ver Microsoft Windows [Version 6.1.7601] VinsWorldcom@C:\Users\VinsWorldcom> perl -v This is perl 5, version 22, subversion 1 (v5.22.1) built for MSWin32-x +64-multi-thread [...] VinsWorldcom@C:\Users\VinsWorldcom> perl -e "print $^O" MSWin32