Re: POST vs.GET
Bruno Postle <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Fri 24-Jun-2005 at 13:16 -0700, Jing Wang wrote: > I was trying to use method=POST in my form since I have a very long > parameter to pass. But I realized that POST does not work with petal. Try it with double-quotes: <form method="post" ... > -- Bruno