What Corion said. The @links are WWW::Mechanize::Link objects already–
use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 0 ); $mech->get("https://perlmonks.org/?node=Recently+Active+Threads"); for my $link ( $mech->links ) { printf "* %s\n -> %s\n", $link->text, $link->url_abs; }
In reply to Re: How to properly go through a WWW::Mechanize::Link object?
by Your Mother
in thread How to properly go through a WWW::Mechanize::Link object?
by SergioQ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |