in reply to output HTML table
I've always found:
my $text = `lynx -dump $htmlfile`; [download]
/J\
my $text = `links -dump $htmlfile`; [download]
my $text = `html2text $htmlfile`; [download]