<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-10-16 6:50 GMT-05:00 Joerg Fallmann <span dir="ltr"><<a href="mailto:fall@tbi.univie.ac.at" target="_blank">fall@tbi.univie.ac.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
I already asked around a bit about problems with delayed<br>
and how I could work around, but I thought the subject does not<br>
really fit anymore to my current problem.<br>
<br>
What I'm trying to do currently is to find a way<br>
to forward from routeA with parameters to routeB after the template<br>
has been processed and sent to the client.<br>
<br>
Does anybody know a way how this could work?<br>
<br></blockquote><div><br><br></div><div>#### snippet END OF ROUTE A ##########<br></div><div>    <br> session username => $input_hash->{UName};<br>    session UFname => $FN;<br>    session UID => $UID;<br>    session ScnName => $scn_name; <br>    <br><br>        redirect '/playerdash';<br><br>   }<br><br>   template 'index';</div></div></div></div>