in reply to Re: Problems with cruft-finding script
in thread Problems with cruft-finding script
Being a bit of a Perl n00bie, I did not think to use Data::Dumper. Thanks for expanding my mind. :)foreach(@{$LX->links}) { if ($$_{tag} eq 'img') { push @allLinks, $URI->new_abs($$_{src}, $base); } # do other stuff }
|
|---|