On Mon, Mar 14, 2005 at 05:23:46PM -0800, Tony Fraser wrote: > 2. Rename it. I am flexible on this, bounce() was just the first name I
What about borrowing a page from the Apache::* modules and calling it internal_redirect? It's probably not as complete as the Apache version but seems to be the same intent. > 3. Whether or not to restore the old current run mode name. I think this is a good idea. Maintaining a call stack which pushes and pops the runmodes seems like a reasonable solution. It could also be useful when debugging to know how the system got to the current runmode (though I suppose confess() would provide similar info). William -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
