path problem

2005-04-06 Thread Andrew Kennard
Hi all Iv'e downloaded a pdf module from CPAN and am trying to use it in my webspace provided by Demon Internet (www.demon.net) but no matter what I try it cannot 'find' the module called Reuse.pm which IS in the same directory as the following script. !/usr/bin/perl use lib "$ENV{'DOCUMENT_ROOT'

RE: FTP problem

2005-04-06 Thread Allen Wang
We are having some issues when using FTP, sometimes when the file size is big, it got truncated. Any suggests will be appreciated. $ftp = Net::FTP->new ($ftp_host, timeout=>30) or $ftp_error=1; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]