Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use Dancer2; setting( session => 'PSGI' ); get '/' => sub { my $struct = session("struct"); session "struct" => [1,2,3]; return "This is my " . $@struct; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dancer Session
by Corion (Patriarch) on Jan 16, 2015 at 13:06 UTC | |
|
Re: Dancer Session
by Anonymous Monk on Jan 17, 2015 at 00:08 UTC | |
by Anonymous Monk on Jan 17, 2015 at 00:31 UTC | |
by nikosv (Deacon) on Jan 17, 2015 at 17:45 UTC |