- or download this
<a href="checkme.php?player=1&year=2001">
- or download this
<a href="checkme.php?player=2&year=1992">
- or download this
checkme.php?player=
- or download this
&year=
- or download this
my $p = HTML::TreeBuilder->new_from_content($page);
- or download this
my @tabrows = $p->look_down( _tag => 'a',
href => qr{^\Qcheckme.php?player=\E \d+ \Q&year=\E \d+ $}x);