<div dir="ltr">Hi,<br><br>Can you access session variables inside the TT template?<br>Like if I set<br>                session 'display' =>10;<br>in my controller, then how can I access the vaule from within the template? <br><br><div>And, how do I dereference a scalar reference passed to the template as : <br></div><br>my $myvalue=10<br><br>return template  '/data' => {    <br>         total=>\$myvalue<br>    };  <br><br><br><br></div>