Help for this page

Select Code to Download


  1. or download this
    foreach my $a ($root->look_down (_tag => "a", href => qr{some url matc
    +h})) {
        say "Found a tag with href to ", $a->attr ("href"), " and text ", 
    +$a->as_text;
        }