26 Jun
2011
26 Jun
'11
12:33 p.m.
On 26/06/2011 03:59, Naveed Massjouni wrote:
On Fri, Jun 24, 2011 at 9:25 AM, ambs<ambs+dancer@perl-hackers.net> wrote:
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")
Nice! I didn't know that you could do param 'foo'. This reminds me that some docs and presentations should be updated to use this cleaner way. Especially this great presentation: http://perldancer.org/slides
Its hard to have up-to-date documentation on a moving target :)