in reply to Monitor queries for new finds added to the Google index yesterday
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.use Data::Dumper::Simple; print Dumper($results);
|
|---|