[Catalyst] Proper way to perform cleanups on server shutdown?

Daniel McBrearty danielmcbrearty at gmail.com
Wed Jul 11 18:21:06 GMT 2007


http://perldoc.perl.org/perlmod.html says:

"An END  code block is executed as late as possible, that is, after
perl has finished running the program and just before the interpreter
is being exited, even if it is exiting as a result of a die()
function. (But not if it's morphing into another program via exec, or
being blown out of the water by a signal--you have to trap that
yourself (if you can).)"


-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
http://www.engoi.com
http://danmcb.vox.com
http://danmcb.blogger.com
find me on linkedin and facebook
BTW : 0873928131



More information about the Catalyst mailing list