On Wed, 2005-12-21 at 23:42 -0500, Joshua Schachter wrote: > would it be possible to create a mason section that could hold code that > is to be run after the request is handled? i think this would connect to > the cleanup handler...
That's what cleanup handlers in mod_perl do. You can use this from Mason if you run under mod_perl. http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlCleanupHandler The same thing is available in mod_perl 1.x as well. - Perrin ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

