in reply to WWW::Mechanize::Link bug?
Would you be able to post the contents of the html page to PerlMonks? (Capture the event just before you run the foreach loop)my @links = $mech->links; foreach $href_links (@links) { #URL my $lnk = $href_links->url(); #Text my $txt = $href_links->text(); print $lnk."\t".$txt."\n"; }
, I am Not able to get clear pitcure as what output you want Vs What is there on the html page.print $mech->content
|
|---|