It's not normal for 'perl -V' and $Config{osvers} to disagree on the value of 'osvers'.
Look more carefully:
die "Errno architecture (MSWin32-x86-multi-thread-5.0) does not ma +tch executable architecture ($Config{'archname'}-$Config{'osvers'})";
Errno architecture (MSWin32-x86-multi-thread-4.0) does not match execu +table architecture (MSWin32-x86-multi-thread-5.0) at c:/Perl/site/lib +/Errno.pm line 9 .
Platform: osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread
They both report osver=5.0. It is the literal part of the string that does not agree, therefore, most likely, the AnonyMonk was not reading c:/Perl/site/lib/Errno.pm (or has made copy/paste errors). There could be a second Errno.pm that is causing the problem, for example.
- tye
In reply to Re^6: win32 thread version (oops)
by tye
in thread win32 thread version
by threedaygoaty
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |