I have downloaded and installed libnet perl library (my main interest is NET::FTP)on my local working directory using:<br>
<br>
perl Makefile.PL PREFIX=~/perl<br>
<br>
This created a /perl in my home directory.<br>
<br>
How can I get my Perl script to recognize where to look for the contents of this library, namely the FTP module. In my program I have included:<br>
<br>
#!/use/local/lib/perl -w <br>
use NET::FTP;<br>
<br>
This gives me an error saying that Net/FTP.pm not found in @INC.<br>
<br>
Please give me ideas. I am stuck !!!
<br>
<br>
Thanks,<br>
<br>
Hosrow
<br>
perl Makefile.PL PREFIX=~/perl<br>
<br>
This created a /perl in my home directory.<br>
<br>
How can I get my Perl script to recognize where to look for the contents of this library, namely the FTP module. In my program I have included:<br>
<br>
#!/use/local/lib/perl -w <br>
use NET::FTP;<br>
<br>
This gives me an error saying that Net/FTP.pm not found in @INC.<br>
<br>
Please give me ideas. I am stuck !!!
<br>
Thanks,<br>
<br>
Hosrow