[dancer-users] route handler for a URL that matches a token

Kadir Beyazlı kadirbeyazli at gmail.com
Thu Sep 17 19:03:27 BST 2015


Hi Richard,

17 Eyl 2015 20:29 tarihinde "Richard Reina" <gatorreina at gmail.com> yazdı:
>>
>> ;
>> You dont need define variable here. Also you should use "=>" instead of
"=" as follow.
>>
>> incoming_token => params->{token}
>>
>>
>
> Ok, but now how can I access the value of incoming_token? Is it now a
scalar?
>
> How can I use it to do for example
>
> if (incoming_token eq 'blahblablah) { #then do something }
>
> To me if it doesn't have $ in front of it I don't know how to handle it.

Will not you use incoming_token at template file? If so, you will use like
this

[ IF incoming_token = value ]

[ END ]

You do not need to use $ to apply compare at template file.
>
> _______________________________________________
> dancer-users mailing list
> dancer-users at dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150917/98187fff/attachment.html>


More information about the dancer-users mailing list