Hacker News new | ask | show | jobs
by martian 6038 days ago
This line seems problematic:

  use strict;
Most of the web is messy. Beautiful Soup and its ilk would seem like a better choice for parsing.
2 comments

Ouch, should have RTFM. Thanks for the pointer.
strict is a standard perl module. HTML::TreeBuilder seems to work just as well with malformed HTML.