Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities;
    # Insert much code here
    my $escaped_html = encode_entities($raw_html);
    # Insert the rest of your program