well i haven't read intel's side of it, but i am very happy about this as well.
congratulations! i
imagine you can even vote again!
jesse
--- Neal Clark <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> that is a total bummer. I am reading one of his books right n
i was using net::ftp to do something, and it wasn't working because i couldn't
get a recursive
listing of the files i wanted to download, like you would with file::find.
well, i found
net::ftp::recursive and that did the trick, but after i installed it and
changed my use net::ftp
to use::net::ft
i'm getting an error in an installed module, not in my script.
invalid top directory at /System/Library/Perl/5.8.1/File/Find.pm line 568.
script is as follows:
use File::Find;
use Net::FTP;
my $server = "blah";
my $login = "[EMAIL PROTECTED]";
my $pass = "blahblah";
my $ftp = Net::FTP->new($se