How do I fetch and parse HTML with Perl?

Posted by syker on Stack Overflow See other posts from Stack Overflow or by syker
Published on 2010-05-21T22:45:05Z Indexed on 2010/05/22 15:21 UTC
Read the original article Hit count: 104

Filed under:
|
|

How do I do the following in Perl in order: a) curl a page and save it to a variable b) parse the value of the variable (which is HTML content) for values I want (ex: the info is kept between tags like ... )

© Stack Overflow or respective owner

Related posts about html

Related posts about perl