in reply to Re: CGI::Application + run modes
in thread CGI::Application + run modes

if I have warn "should run only once?"; in either setup or cgiapp_prerun I see it displayed in the logs each time I invoke my default runmode 'StartUp'.

Replies are listed 'Best First'.
Re^3: CGI::Application + run modes
by Anonymous Monk on Jul 29, 2011 at 14:48 UTC
    Yeah, and?
      I thought that either method would only run once per session?