- or download this
$p->links
Returns a list of all links found in the document. The
returned values will be anonymous arrays with the
follwing [sic] elements:
[$tag, $attr => $url1, $attr2 => $url2,...]
- or download this
[$tag, {$attr => $url1, $attr2 => $url2,...}]
- or download this
$p = HTML::LinkExtor->new(\&cb, "http://www.perl.org/");
sub cb {
my($tag, %links) = @_;
print "$tag @{[%links]}\n";
}
- or download this
@{[%links]}
- or download this
($_='jjjuuusssttt annootthheer
pppeeerrrlll haaaccckkeer')=~y/a-z//s;print;