Login Search

An introduction to research

Last Post
#258

Default

Quote Originally Posted by Cyyyyk View Post
Forgive my ignorance...... but how would I actually utilize this script? Do I upload to a server cgibin and then go to the page? I mean how do I get this script to run?
First, find out if you have >= perl 5.0 installed
Install perl modules (www.cpan.org) LWP::Simple, HTML::TreeBuilder, HTML::FormatText
Copy and Paste script in text editor. Save and make file executable (chmod +x file.pl)
On command line ~$ perl file.pl

Forgive me for the late response. Don't come here that often.

My original post, it seems, was a digression to the OP's intention for this thread. I apologize.
I would have to yield to the OP's programming language (python) in this thread since he can educate better than I can. Python is a great programming language. It's MIT's language of choice.
#263

Default

I've a basic knowledge of programming in java and excel. I've read the first 4 chapters of the Python book, nothing new, just a new language. But I find the transition from those 4 chapters to scraping webpages extremely difficult. I've never worked with websites before.

Are there any examples, books, exercises out there that can help me with this transition?


Thanks!