Subject: | warning while running with "-w" swtich |
Hi Aaron. Thanks for the awesome Net::Google. It is just great.
I noticed a warning while running under "-w" switch. The following touch to response() method of Search.pm should solve the problem:
--- Search.pm Sat Feb 22 00:07:23 2003
+++ Search.pm.patched Sat Feb 22 00:07:50 2003
@@ -451,6 +451,7 @@
sub response {
my $self = shift;
+ $self->{'__state'} ||= '';
if ($self->{'__state'} eq $self->_state()) {
return $self->{'__response'};
}
Another note... I just uploaded a command-line google search interface to CPAN. It's just a script that uses Net::Google for querying google. I thought you may be interested in making it as part of Net-Google distribution, that's where it'd better foolow anyways.
Untill it's available from CPAN, you can download it from http://www.handalak.com/tmp/google-1.3.tar.gz .
Manual: http://www.handalak.com/tmp/google.html
Thanks, one more time, for Net::Google