in reply to Re^5: how to extract iframes from textin thread how to extract iframes from text
my $iframes = Mojo::DOM->new($string)->find('iframe'); my @iframes = @$iframes; [download]