amulcahy has asked for the wisdom of the Perl Monks concerning the following question:
The first time the user selects the field, the chomp works fine, so the textarea would contain e.g.print $query->radio_group(-name=>'fields',-value=>[ @array ]); chomp($field1 = $query->param('fields')); $condition = "field \n" . $field1 . " : " . "="; #lots more at the end + of the string, but not relevant to the question. print $query->textarea( -name=>'finalCond',-value=>$condition,-rows=>1 +5,-cols=>80,-force=>1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: chomp works but then doesn't??
by AidanLee (Chaplain) on Dec 18, 2001 at 18:24 UTC | |
|
Re: chomp works but then doesn't??
by hotshot (Prior) on Dec 18, 2001 at 17:25 UTC | |
|
Re: chomp works but then doesn't??
by chip (Curate) on Dec 19, 2001 at 12:36 UTC |