http://www.perlmonks.org?node_id=789558


in reply to Re^3: mod_perl2 interactive startup
in thread mod_perl2 interactive startup

How do you do that?

I tried saving data in a global in the startup.pl and in a package global but when the restart happens they are uninitialized.

My tests and this line, "During the restart, Perl is completely destroyed and started again." from here leave me at a loss to how to do that.