Skip to content Skip to sidebar Skip to footer

Www::mechanize Extraction Help - Perl

I'm try to automate the extraction of a transcript found on a website. The entire transcript is found between dl tags since the site formatted the interview in a description list.

Solution 1:

Your code is fine, just change the as_text() method to as_HTML() and it will show the content with HTML tags included.


Post a Comment for "Www::mechanize Extraction Help - Perl"