RE: deploying perl past enemy lines (RE: Why my boss doesn't want Perl...)

2002-04-30 Thread Lee Goddard
Once again deftly proving what an idiot I am, I butcher a great philosopher's name. The quote was from the work of Lao _Tzu_. I'm a Taoist, not a Maoist, I swear ;-) We know: we just didn't want to spoil a *beautiful* moment man ___

RE: About GoogleSearch

2002-04-30 Thread Matt Hart
Google has set the upper limit to 10 results per search request so you won't be able to get more than that. There is some information here: http://www.google.com/apis/api_faq.html#tech8 - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of sunil matte

RE: About GoogleSearch

2002-04-30 Thread Lee Goddard
You could always try subclassing the WWW::Search module - there are plenty of examples: http://search.cpan.org/search?dist=WWW-Search-Yahoo ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe:

FW: Large files 2GB

2002-04-30 Thread Jae Danner
-Original Message- From: Joe Schell [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:17 AM To: Jae Danner; [EMAIL PROTECTED] Subject:RE: Large files 2GB Sorry, ActivePerl 5.6.0.618 on Windows NT 4.0 SP6. Jae -Original Message- Behalf Of Jae

Archive Zip Help

2002-04-30 Thread Carter A. Thompson
I'm trying to use the Perl Module Archive::Zip and I'm having a little difficulty understanding it. After reading the pod doc for Archive::Zip I've written the following test: use Archive::Zip; my $dir = C:/tmp2; my $zip = Archive::Zip-new(); my $member = $zip-addDirectory('$dir');

RE: Archive Zip Help

2002-04-30 Thread Joseph Youngquist
Hello Carter, Try these suggestions: my $dir = C:/tmp2; CHANGE TO: my $dir = C:\\tmp2; my $member = $zip-addDirectory('$dir'); CHANGE TO: my $member = $zip-addDirectory($dir); OR: my $member = $zip-addDirectory($dir); I'm not familure at all with the package, but I think this will have you

RE: About GoogleSearch

2002-04-30 Thread sunil matte
Hi, It seems that google does not allow more than 10 results at a time.But one can vary the start parameter to get more than 10 results.I have tried the www-search-altavista module a while ago but it did not work. do you have any idea how these modules work. are they based on the similar

NET::FTP CONNECTION REFUSED ERROR

2002-04-30 Thread Mike Reilley
I have an FTP PERL program that intermittently comes up with the error. Can't build data connection. Connection refused. If I immediately rerun the PERL program there is a good chance that it will run successfully with out any changes. Can some one explain to me what this error really means or

RE: :FTP CONNECTION REFUSED ERROR

2002-04-30 Thread Toby Stuart
Hi Mike, Have you tried running it with the Debug option set? eg. my $ftp = new Net::FTP('some.host', Debug = 1); This should at least give you some idea as to why the connection is refused etc.. hth toby -Original Message- From: Mike Reilley [mailto:[EMAIL PROTECTED]]

DHCP Server

2002-04-30 Thread Jake Brown
Does anyone know of a DHCP Server written in Perl? I have a location with nothing but Win95/98 boxes and would like to use DHCP instead of Static IPs. Thanks, jake ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: