Help for this page

Select Code to Download


  1. or download this
    use HTML::Entities ();
     ... HTML::Entities::encode_entities($whatever);
    
  2. or download this
    use CGI;
    my $cgi= CGI->new();
    print $cgi->header();
    # etc...