in reply to Help with HTML::TableExtract

The code runs fine for me. Line 12 is $te->parse($content); which means $content is undefined, ie empty. Obviously your get("http://www.computerjobs.com") is failing for some reason.

Makeshifts last the longest.