Re: CGI.PM and hidden()
- From: Steve van der Burg <steve.vanderburg@xxxxxxxxxx>
- Date: Mon, 14 Apr 2008 13:02:23 GMT
dtshedd@xxxxxxxxx wrote in
news:1d83c539-ec4e-4c1e-8e24-40131fcd1809@xxxxxxxxxxxxxxxxxxxxxxxxxx:
I am trying to replace this
print "<input type=\"hidden\" name=\"page\" value=$page>\n";
with this<snip>
print hidden(-name=>"page", -value=>$page);
problem is that the new line does not print the correct value of
$page (its supposed to change every pass through the perl code),
Try '-override', like this:
print hidden(-name=>"page", -value=>$page, -override=>1);
....Steve
--
Steve van der Burg
Technical Analyst, Information Services
London Health Sciences Centre
London, Ontario, Canada
Email: steve.vanderburg@xxxxxxxxxx
.
- References:
- CGI.PM and hidden()
- From: dtshedd
- CGI.PM and hidden()
- Prev by Date: use modules OS dependent
- Next by Date: Re: use modules OS dependent
- Previous by thread: Re: CGI.PM and hidden()
- Next by thread: Re: CGI.PM and hidden()
- Index(es):