On Sun, 01 Aug 2004 09:20:39 -0400, erob <[EMAIL PROTECTED]> wrote: > I don't know why the endform method outputs something > like that, so if someone knows the answer please tell us :)
Hiya,
Yes, simply because CGI.pm quite often returns arrays, and perl's
print() statement accepts arrays..
try:
[% cgi.endform.join('') %]
Dan
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
