Help for this page

Select Code to Download


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