in reply to Extract data between script tags
sub HTML::Element::innerHTML { my( $self ) = @_; return join '', map { ref $_? $_->as_HTML : $_ } $self->content_li +st; } [download]