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....

Replies are listed 'Best First'.
Re^6: how to extract iframes from text
by moritz (Cardinal) on May 01, 2013 at 04:57 UTC