in reply to CGI:Application and HTML::Template parameter passing

Is there a better way to do the parameter passing? Or a good way to debug the problem?
Yes. Take note and write the following in big letters on the rim of your monitor:

Always use -w.

See perlrun. Alternatively, use warnings. And use strict

For CGI programming, always use -T. See perlsec.

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: CGI:Application and HTML::Template parameter passing