in reply to init session variables

In the CGI::Application framework is all the functions such as: setup(), cgiapp_init(), teardown() etc. executed every time the application is run? Or is there anywhere I can init stuff just once?
See CGI::Application::Loop.
is there any way I can pass in parameters to the called function? for example a static page argument on which page to print to the printStaticPage function?
CGI::Application does have a param method ...

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.