in reply to @INC Question

For starters:
Write a small Perl script that doesn't use anything at all, but that prints out the contents of @INC for you. Run this by AutoSys and see what is your current @INC in the target AutoSys environment.

Then, manually verify if you really do have Net::FTP somewhere in the paths from @INC.

"Livet är hårt" sa bonden.
"Grymt" sa grisen...

Replies are listed 'Best First'.
Re: Re: @INC Question
by kgrubb (Novice) on Feb 06, 2002 at 18:39 UTC
    For some reason Autosys was adding it's environment to the @INC array, meaning the array included c:\Autosys.INSTANCE\Perl\lib instead of the normal c:\Perl\lib.

    If anyone using Autosys in the future has this problem I simply had to install perl under the Autosys.INSTANCE directory. (I know I cheated but it seemed the easier way). Thanks again for your help.