Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities qw( encode_entities );
    
    ...
              "<td>", encode_entities($HASH{$id}{COUNT}), "</td>",
              "</tr>\n";
    }