Re: Off-Topic: Is the Randall Schwartz of Perl Fame?

2007-03-05 Thread Jesse Engel
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 now.

if you use a module does this happen?

2006-10-14 Thread Jesse Engel
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

modules breaking?

2006-10-11 Thread Jesse Engel
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($server)