Hi again, On Sat, 12 Jan 2002, Arnold van Kampen wrote:
> (only the plain string works, not the function textfield() after
> several submissions)
Try this instead of the first line in your handler:
my $r=shift;
my %params = ($r->method eq 'POST') ? $r->content : $r->args;
my $bla = $params{'position'} + 10;
I think you'll find the second line there in the Guide somewhere.
73,
Ged.
