in reply to Re: Trying to understand how CGI::Prototype::Hidden, Template Toolkit and CGI.pm work together.
in thread Trying to understand how CGI::Prototype::Hidden, Template Toolkit and CGI.pm work together.
Ran into this today, and I'm using end_form.last to get the </form> tag to print (instead of an ARRAY reference).
(The "last" functionality is something Template Toolkit provides for arrays).
What's the point of CGI::end_form spitting out an array with two pointless '
' tags anyway? Does anyone know the story behind it?