Web scraping beginner problem - help appreciated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alsaz
    New Member
    • Mar 2008
    • 1

    Web scraping beginner problem - help appreciated

    Hi

    I'm a relatively PERL beginner but would like to improve my PERL programming and have been requested to scrape phone prices from http://www.envirofone. com/default.aspx

    I've scrapped a few other sites with success but this site is causing me problems.
    is it to do with the fact that it's a .aspx site?

    Thanks in advance
    alsaz
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    By using the LWP or WWW::Mechanize modules you can get data from a another website. Then just process that data as you wish.

    --Kevin

    Comment

    Working...