Help for this page

Select Code to Download


  1. or download this
        if ($content =~ /(&(?:[lg]t|amp|quot);)/) {
            carp "Possible double-encoded HTML entity ($1) found in result
    +s";
        }
    
  2. or download this
      my $mech = WWW::Mechanize::Warnings->new(
          stringified_references => 1,
          valid_dtd              => 1,
          encoded_entities       => 0,
          valid_html             => 1,
      );