Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: DBD::Google " SELECT * " does not return URL.

by superfrink (Curate)
on Jan 29, 2009 at 18:58 UTC ( [id://739990]=note: print w/replies, xml ) Need Help??


in reply to DBD::Google " SELECT * " does not return URL.

It is a few years after I made the original post but this bug bit me again as I was porting code to a new machine. For future reference the change I made to the code was:
# diff -u parser.pm.orig parser.pm --- parser.pm.orig 2004-03-04 18:48:54.000000000 -0500 +++ parser.pm 2009-01-29 13:56:06.000000000 -0500 @@ -31,7 +31,7 @@ $FUNC_RE = qr/$FIELD_RE*(?:::$FIELD_RE*)*(?:[-]>$FIELD_RE*)?/; # meth +ods? $FIELD_RE = qr/$FIELD_RE*/; -my @default_columns = sort qw( title URL snippet summary +my @default_columns = sort qw( title url snippet summary cachedSize directoryTitle hostName directoryCategory );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://739990]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 09:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found