in reply to Re^2: Compile Problem from version perl5.8.2 to perl5.16.3
in thread Compile Problem from version perl5.8.2 to perl5.16.3

$Win32::VERSION--version check failed at line 435 finds lots of hits. Most of them indicate that there is a missing use Win32; line:

Barring further information from you, I guess that the main problem is that you upgraded your version of Perl but whatever IDE you might be running still uses an old/incompatible version of perl5db.pl to run your Perl programs. Maybe adding use Win32; to perl5db.pl might fix that.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.