Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Monitor queries for new finds added to the Google index yesterday

by kwaping (Priest)
on Nov 03, 2006 at 20:21 UTC ( [id://582157]=note: print w/replies, xml ) Need Help??


in reply to Monitor queries for new finds added to the Google index yesterday

After your line beginning with my $results = $google_search, I recommend adding the following:
use Data::Dumper::Simple; print Dumper($results);
That will be a big help in your debugging. (You may need to install Data::Dumper::Simple first.) Also, I recommend you consider using Text::CSV to create your CSV file.

---
It's all fine and dandy until someone has to look at the code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found