in reply to Re^4: HTML::TableExtract (parse table column from an HTML page)
in thread HTML::TableExtract (parse table column from an HTML page)

And did you print $content to see that it contains what you think ? (local and remote versions)

-David

Replies are listed 'Best First'.
Re^6: HTML::TableExtract (parse table column from an HTML page)
by cafaro (Novice) on Oct 07, 2007 at 11:45 UTC
    print "$content\n"; gives me:
    <html> <head> <title>test page</title> <head> <body> <table> <tr><td>parse me</td></tr> </table> </body> </html>