*facepalm* The stash, of course. Thank you. :) 

On Monday, November 19, 2018 at 6:01:26 PM UTC-8, Dan Book wrote:
>
> A 'state' variable lasts for the rest of that process, but is only 
> available to the scope it's declared in. If you want per-connection (or 
> more precisely per request), I recommend storing it in the stash, like:
>
> helper foo => sub {
>   my $c = shift;
>   return $c->stash->{'myapp.foo'} //= ...;
> };
>
> -Dan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to