Help for this page

Select Code to Download


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