The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::ListScraper::Instance - sequence instance found by HTML::ListScraper

METHODS

All documented methods are simple accessors, taking no arguments and leaving the HTML::ListScraper::Instance object unchanged.

start

Sequence start position.

match

Match type: exact for exact matches, approx for matches against a "similar" tag sequence whose omissions and extra parts were ignored.

score

A number quantifying the quality of an approximate match (bigger scores are better).

tags

An array of HTML::ListScraper::Tag objects.