in reply to DuBois book and windows

Perl 5.6.1 is not binary compatible with Perl 5.8.x. If you are using any modules in your Perl scripts that you downloaded, say, within the last couple of years, and that module is not "pure Perl" you end up with compatibility problems.

Is there a reason you can't use Perl 5.8.0 or newer?


Dave