Net::FTP is not present in the version of Perl you reference.  You will
have to obtain Net::FTP from CPAN.  The package comes with install
instructions located in the file "INSTALL".  If I remember correctly it
should be the standard:
        perl Makefile.pl
        make
        make install

I am not sure if you have to be root to install the module.

Hope this helps,
Pat

"McCormick, Rob E" wrote:
> 
> All,
> 
> I'm scratching my head trying to determine whether perldoc isn't working
> correctly or if Net::FTP just isn't present?
> 
> If I need to obtain Net::FTP from CPAN , how would I install as not <root>
> and use it?  I wouldn't simply be able to:
> 
> use Net::FTP;   # would I?
> 
> Tried: /bin> perldoc -m Net::FTP
> No documentation found for "Net::FTP".
> 
> My path is set in .bashrc: /usr/bin:/usr/sbin:/usr/perl5/bin
> 
> /bin> perl -v
> 
> shows:  This is perl, version 5.005_03 built for sun4-solaris
> 
> /bin> perl -V also shows
> 
> libpth=/lib /usr/lib /usr/ccs/lib
> 
>   @INC:
>     /usr/perl5/5.00503/sun4-solaris
>     /usr/perl5/5.00503
>     /usr/perl5/site_perl/5.005/sun4-solaris
>     /usr/perl5/site_perl/5.005
> 
> I attempted to look for *.pm with:
> 
> bin> find /usr/perl5 -name [Ff]*.pm -print
> /usr/perl5/5.00503/CGI/Fast.pm
> /usr/perl5/5.00503/CPAN/FirstTime.pm
> /usr/perl5/5.00503/File/Find.pm
> /usr/perl5/5.00503/Pod/Functions.pm
> /usr/perl5/5.00503/sun4-solaris/IO/File.pm
> /usr/perl5/5.00503/sun4-solaris/Fcntl.pm
> /usr/perl5/5.00503/Fatal.pm
> /usr/perl5/5.00503/FileCache.pm
> /usr/perl5/5.00503/FileHandle.pm
> /usr/perl5/5.00503/FindBin.pm
> /usr/perl5/5.00503/fields.pm
> 
> Rob
> --
> Rob McCormick
> 
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to