peppiv has asked for the wisdom of the Perl Monks concerning the following question:
my $limit_3 = param("limit_3"); my $limit = param("limit"); my $add_limit = ($limit_3 + $limit); my $limit = ($limit_3 + 0); print qq($limit); <form method="POST" action="add_to_the_number.pl"><input type="hidden" + name="limit_3" value="10"><input type="hidden" name="limit" value="$ +limit"><input type="submit" name="action" value="Next"></form>
|
---|
Replies are listed 'Best First'. | |
---|---|
(jeffa) Re: Increment Number with form button push
by jeffa (Bishop) on Jun 13, 2002 at 19:48 UTC | |
by peppiv (Curate) on Jun 13, 2002 at 20:11 UTC | |
Re: Increment Number with form button push
by SarahM (Monk) on Jun 13, 2002 at 19:43 UTC | |
by peppiv (Curate) on Jun 13, 2002 at 19:46 UTC | |
by SarahM (Monk) on Jun 13, 2002 at 19:51 UTC |