<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>DID NOT MEAN TO SEND EARLIER MESSAGE<br>    <br></div><div class="gmail_extra">## SNIPPET End of Route A<br></div><div class="gmail_extra">    <br>   session username => $input_hash->{UName};<br>    session UFname => $FN;<br>    session UID => $UID;<br>    session ScnName => $scn_name; <br>  <br>        redirect '/route_B';<br><br>   }<br><br>get '/route_B' => sub {<br><br>     my $uname = session 'username';<br>     my $ufname= session 'UFname';<br>     my $UID = session 'UID';<br></div><div class="gmail_extra">     etc...<br></div><div class="gmail_extra"> <br></div></div>