http://www.perlmonks.org?node_id=1060713


in reply to Table scraping

The first row of the table I see at that URL does not match headers => [qw( tracking_code job_title location date_posted )].

Replace it with headers => ['Tracking Code', 'Job Title', 'Location', 'Date Posted'] and the rest of your program works.

Replies are listed 'Best First'.
Re^2: Table scraping
by mcoblentz (Scribe) on Nov 01, 2013 at 15:35 UTC
    Thank you! Ka-CHING! it works.