[Dancer-users] Where do I get POST form data in a post route?

ambs ambs+dancer at perl-hackers.net
Fri Jun 24 15:25:31 CEST 2011


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

$hash = params;

or params->{variable}

or even param("variable")

Cheers


More information about the Dancer-users mailing list