in reply to Re^4: How to move 3 years of modules to my new XP box?
in thread How to move 3 years of modules to my new XP box?
You seem to be moving from Perl 5.8 to Perl 5.10. In that case you cannot copy your old modules because the 2 Perl versions are not binary compatible; all modules containing XS code must be either recompiled, or reinstalled using PPM/CPAN.