I was playing with [% USE CGI; foo = CGI.param('foo'); ... %]
under Apache::Template and noticed that I was getting stale values
from previous hits (so hitting "reload" gave me random behaviour).
Changing this to [% USE mycgi = CGI; foo = mycgi.param('foo') %]
fixed it, but the docs would imply that I don't need to do that.
I don't have time to track down why, but please note it for a bugfix. :)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


Reply via email to