- or download this
# get the data from the web. Typically this is:
# http://www.sailwx.info/shiptrack/cruiseships.phtml
...
}
$te->parse($input);
- or download this
$te = new HTML::TableExtract ( headers => [qw(Ship position)] );
$te = new HTML::TableExtract(headers=>\@headers);
- or download this
$te = HTML::TableExtract->new( headers => \@headers);