in reply to Input value in textbox
If you mean something else, please tell us what it is.#!perl use warnings; use strict; use CGI qw(:all); use CGI::Carp qw(fatalsToBrowser); my $textarea_value = parm($textarea_field_name); # ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Input value in textbox
by manav (Scribe) on Mar 15, 2005 at 07:32 UTC |