in reply to Compatiblity with older perls

The "use lib" line is probably not the problem.

Take a look at custom_package.pm and make sure it doesn't have a line like "require 5.006" or "use 5.8" somewhere near the beginning.

You might try running it from a command line to see if you pick up any warnings or other information that's not showing up in the log.

Replies are listed 'Best First'.
Re: Re: Compatiblity with older perls
by Anonymous Monk on Apr 06, 2004 at 19:20 UTC
    hmmmm.... I looked in custom_package.pm and it doesn't have a require 5.006 or use 5.8 (or any of the possible varients within it) the closest I've got is require 5.000, which is just fine
    I would run it off of the command line, except that I don't have a shell account on that server - just ftp (insecure as it is...)

    really good idea, but sadly that was not the problem. Any other thoughts?