produces:use strict; use CGI; my $q = new CGI; my $content = qq(People "Have" many "problems"); print $q->header; print $q->escapeHTML($content);
People "Have" many "problems"
In reply to Re: Forms Textfields
by LTjake
in thread Forms Textfields
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |