Hi Richard,
17 Eyl 2015 20:29 tarihinde "Richard Reina" <gatorreina@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@dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
>