1
vote
4answers
240 views
How can I extract HTML content efficiently with Perl?
I am writing a crawler in Perl, which has to extract contents of web pages that reside on the same server. I am currently using the …
