![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Passing variables in PSGIby Your Mother (Archbishop) |
on Sep 08, 2014 at 15:39 UTC ( #1099868=note: print w/replies, xml ) | Need Help?? |
You declare your CGI (well, one of them) outside your handler and your handler has a nested named sub. Nesting named subs typical doesn’t work the way you think. Instead of trying to untangle it I would just recycle your CGI script verbatim and change the psgi code to look like this (CGI::Compile and CGI::Emulate::PSGI).
In Section
Seekers of Perl Wisdom
|
|