Help for this page
if( $html =~ /<body (.*?)>/si ){ my $body_attributes = $1; }
/<body((?:\s+(?:\w+=".*?"))*)>/si