[Templates] Apache::Template 0.08 bug? (CGI.param() vs. %params)

Mark D. Anderson mda@discerning.com
Sun, 19 Oct 2003 11:02:31 -0700


> Jeff> [% CGI.start_form  %]

Note that start_form defaults to method POST.
So I'm guessing that this may just be the standard problem with
the CGI.pm module that it sucks down the POST content and
nobody else can see it.
You could test this hypothesis out by trying:
    [% CGI.start_form('GET') %]

-mda