in reply to
Increment Number with form button push
I'm not sure what you are trying to do... you declare $limit twice. And you never use $add_limit, which looks like the variable you would want. Is there more code, or am I just missing something?
Comment on
Re: Increment Number with form button push
Replies are listed 'Best First'.
Re: Re: Increment Number with form button push
by
peppiv
(Curate)
on Jun 13, 2002 at 19:46 UTC
Update
My mistake! I meant:
print qq($add_limit);
peppiv
[reply]
[d/l]
Re: Re: Re: Increment Number with form button push
by
SarahM
(Monk)
on Jun 13, 2002 at 19:51 UTC
Then you need to change $limit in the form to $add_limit as well!
[reply]
In Section
Seekers of Perl Wisdom