That libnet package has nothing to do with Perl.
To install Perl modules or bundles you use CPAN (www.cpan.org). You'll need to download the libnet
bundle from CPAN (http://search.cpan.org/~gbarr/libnet-1.19/), extract it, then do:
sun> perl Makefile.PL
sun> make
sun> make test
sun> make in
I think that your problem is that you need to either install the package to
the base directory /usr or add /usr/local/perl5 to your @INC.
The line, "Can't locate Net/FTP.pm in @INC @INC contains:"
tells you where it is looking for modules. As you installed the module
to /usr/local/perl5, it ne
> Select packages you wish to process : all
> Using 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 O
Hello
I
am using a SUN MicroSystem Sun Blade 2000 with Solaris 8, and Perl 5.005_03.
I want to ftp files from one system to other using Perl
language.
I read on the perl book that the Net: :FTP is part of the libnet
bundle.
I download the libnet bundle (libnet-1.02a-sol8-