<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p><span class="">;<br></span>
You dont need define variable here. Also you should use "=>" instead of "=" as follow.</p>
<p>incoming_token => params->{token}</p><br></blockquote></div><br></div><div class="gmail_extra">Ok, but now how can I access the value of incoming_token? Is it now a scalar?<br><br></div><div class="gmail_extra">How can I use it to do for example <br><br>if (incoming_token eq 'blahblablah) { #then do something }<br><br></div><div class="gmail_extra">To me if it doesn't have $ in front of it I don't know how to handle it.<br></div></div>