sub callback { my($tag, %attr) = @_; return if $tag ne 'a href '; # we only look closer at push(@imgs, values %attr); }