in reply to Forms Textfields
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"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Forms Textfields
by Anonymous Monk on Oct 09, 2002 at 20:27 UTC |