Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Web Scraping on CGI Scripts?

by fraizerangus (Sexton)
on Oct 10, 2011 at 09:30 UTC ( [id://930566]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Web Scraping on CGI Scripts?
in thread Web Scraping on CGI Scripts?

Web::Scraper does'nt seem to recgnise the <> tagging in the CGI scripts in the same way as the HTML, if you run the same code on HTML it works but on CGI it can't recognize and process it?

Replies are listed 'Best First'.
Re^5: Web Scraping on CGI Scripts?
by Corion (Patriarch) on Oct 10, 2011 at 09:34 UTC

    Most likely whatever browser you use to "save the HTML" reformats the data it receives. Go look at what data exactly Web::Scraper sees, maybe using curl or wget or LWP::Simple::get, and work from that instead of data that was changed by the browser.

    Also learn the difference between "HTML" and "CGI", and learn why it does not apply. It seems to me that by "HTML" you mean "data retrieved from locally saved files", and by "CGI" you mean "data retrieved online over HTTP". You should change the terms you use appropriately.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-20 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found