Anthony Dunne wrote: > > Hi all, Hello,
> I have a website on Apache / Debian Linux written in Perl 5.005_03 that was > developed commercially. > I now support this on my own, and I want to migrate the site to a webserver > running Apache / RedHat 7.3 with Perl 5.6. > > I have tried just running the site as is, but I get a lot of perl errors - > is 5.6 not backward compatible with 5.005? Yes it is backward compatible but it is hard to diagnose without seeing specific error and warning messages. > How can I convert the site to perl 5.6 without re-writing the perl code. > > Are the module versions important? (DBI, HTML-Embperl, Data-Dumper, CGI.pm, > HTML-Parser, MIME-Base64, Storable,URI, Msql-Mysql, etc,etc) This might be important as most of these modules have been updated considerably since 5.005_03 was released. But again specific error and warning messages would help. A lot of times a single error will cause multiple error/warning messages so it may not be as bad as it seems. :-) YMMV John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]