http://www.perlmonks.org?node_id=1031468


in reply to Re^4: how to extract iframes from text
in thread how to extract iframes from text

The at function only finds the first element matching. So it should only return 1.

To be able to print all iframes, According to Mojo::Dom documentation  findis what I were after, as it returns a collection that matches.

Now I am trying to find a way to put them in an array....