<p>Hi Richard,<br></p>
<p>17 Eyl 2015 20:29 tarihinde "Richard Reina" <<a href="mailto:gatorreina@gmail.com">gatorreina@gmail.com</a>> yazdı:<br>
>><br>
>> ;<br>
>> You dont need define variable here. Also you should use "=>" instead of "=" as follow.<br>
>><br>
>> incoming_token => params->{token}<br>
>><br>
>><br>
><br>
> Ok, but now how can I access the value of incoming_token? Is it now a scalar?<br>
><br>
> How can I use it to do for example <br>
><br>
> if (incoming_token eq 'blahblablah) { #then do something }<br>
><br>
> To me if it doesn't have $ in front of it I don't know how to handle it.</p>
<p>Will not you use incoming_token at template file? If so, you will use like this</p>
<p>[ IF incoming_token = value ]</p>
<p>[ END ]</p>
<p>You do not need to use $ to apply compare at template file. <br>
><br>
> _______________________________________________<br>
> dancer-users mailing list<br>
> <a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
> <a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
><br>
</p>