in reply to Re: How to properly go through a WWW::Mechanize::Link object?
in thread How to properly go through a WWW::Mechanize::Link object?

First off, thank you. But this opens something that I've missed in Perl.

What I was doing was:

print "name\t\t$link->name\n";

Which gave me:

name WWW::Mechanize::Link=ARRAY(0x55bbd8e7d100)->name

So what am I not understanding? Why does Perl not interpret this?

Replies are listed 'Best First'.
Re^3: How to properly go through a WWW::Mechanize::Link object?
by hippo (Archbishop) on Apr 23, 2020 at 22:16 UTC