in reply to Re: Using HTML::TableExtract
in thread Using HTML::TableExtract

Your tr statements can be combined:
$raw_html =~ tr/ \n/ /ds;

The power of tr///