j
k
j a
j l
On 24/06/2011 14:22, Leandro Hermida wrote:
Hi again, Sorry another newbie question, in a post route where do I get the POST form data? A la the CGI.pm $cgi->Vars hash
Hi again,
Sorry another newbie question, in a post route where do I get the POST form data? A la the CGI.pm $cgi->Vars hash
$hash = params; or params->{variable} or even param("variable") Cheers
Back to the thread
Back to the list