use strict; use warnings; use HTML::TableExtract; my $html = do {local $/; }; my $te = HTML::TableExtract->new; $te->parse($html); __DATA__