Re: overriding exit();

2001-07-18 Thread Jeff 'japhy/Marillion' Pinyan
On Jul 19, Rajeev Rumale said: >I feel if I override the main exit function in some way it would solve the >problem as this is called by default at the end. > >Kindly let me know how I if this is correct way? and if so how can I do this >with interfering with exit() in other modules. The exit()

overriding exit();

2001-07-18 Thread Rajeev Rumale
Hello Everybody !, I would like to automate a part of my script. And think that overriding the exit() might be the solution. This what I need to do. For every request to an cgi script I need to perform two things 1. Some operations before executing the actual script. ( like loading preferences