> Select packages you wish to process : all > Using </usr/local> as the package base directory
The problem appears to be that it was installed in /usr/local which is not included in @INC. Were you able to choose it's root directory or was this one chosen for you? > #!/usr/bin/perl -w > > # created by Oscar > # if you can't re-install using one of the directories in @INC as the root, then you should be able to use this before the use Net::FTP statement. use lib '/usr/local'; # you may have to go deeper to where the mod is # actually located, I'm not sure > use Net: : FTP; > > print ("testing the FTP procedure\n"); > HTH, Pete _______________________________________________ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs