Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thank youprint $query->textarea(-name=>'message', -rows=>10, -columns=>50); then ... my $message = $query->param('message'); ... <input type="hidden" name="message" value="$message">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: pass raw html code via post
by Joost (Canon) on Aug 03, 2005 at 12:17 UTC | |
|
Re: pass raw html code via post
by CountZero (Bishop) on Aug 03, 2005 at 12:28 UTC | |
|
Re: pass raw html code via post
by ww (Archbishop) on Aug 03, 2005 at 16:07 UTC | |
|
Re: pass raw html code via post
by rvosa (Curate) on Aug 03, 2005 at 14:44 UTC |