<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-09-17 13:03 GMT-05:00 Kadir Beyazlı <span dir="ltr"><<a href="mailto:kadirbeyazli@gmail.com" target="_blank">kadirbeyazli@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>Hi Richard,<br></p>
<p>17 Eyl 2015 20:29 tarihinde "Richard Reina" <<a href="mailto:gatorreina@gmail.com" target="_blank">gatorreina@gmail.com</a>> yazdı:</p><div><div class="h5"><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.</div></div><p></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><span class="">
></span><br></p></blockquote></div>Thanks for all the replies. Your suggestions were very helpful in getting it to work.<br><br></div><div class="gmail_extra">Thanks again.<br></div></div>