foreach(@{$LX->links}) { if ($$_{tag} eq 'img') { push @allLinks, $URI->new_abs($$_{src}, $base); } # do other stuff }