in reply to
Re^3: CGI::Application + run modes
in thread
CGI::Application + run modes
I thought that either method would only run once per session?
Comment on
Re^4: CGI::Application + run modes
Replies are listed 'Best First'.
Re^5: CGI::Application + run modes
by
Anonymous Monk
on Jul 29, 2011 at 15:15 UTC
They get execute once per request, as designed, see
Understanding the application flow of CGI::Application
[reply]
In Section
Seekers of Perl Wisdom