iridius has asked for the wisdom of the Perl Monks concerning the following question:
Now I am not sure where to go. I believe I should take the entered text (text2count) and turn it into an array. I'm not asking someone to write the code for me, but if anyone could help me, I would sure appreciate it. Thank you!my @params = param(); my $name = param('fname'); my $email = param('email'); my $text2count = param('text2count'); my $textcolor= param('textcolor'); my $bgcolor= param('bgcolor');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Just starting out with Perl
by grep (Monsignor) on Oct 22, 2006 at 00:44 UTC | |
by iridius (Novice) on Oct 22, 2006 at 02:53 UTC | |
by grep (Monsignor) on Oct 22, 2006 at 04:00 UTC | |
by lyklev (Pilgrim) on Oct 22, 2006 at 14:27 UTC | |
|
Re: Just starting out with Perl
by TGI (Parson) on Oct 22, 2006 at 02:36 UTC | |
|
Re: Just starting out with Perl
by blazar (Canon) on Oct 22, 2006 at 17:05 UTC |