Exiting a script, or how do you do exit?

2002-03-13 Thread Brian Lavender
I developing some code, which I am running under Apache::Registry I seem to recall that you don't want to put exit; in a script, because the script continues to run. I have some code, where I may send a redirect, and then I am done. Is there a pseudo exit, or return command? brian -- Brian

Re: Exiting a script, or how do you do exit?

2002-03-13 Thread Brian Lavender
Found the FAQ's. Seems that I can put in goto END; and then put an end block in the code. END: { 1; } On Wed, Mar 13, 2002 at 07:07:18PM -0800, Brian Lavender wrote: I developing some code, which I am running under Apache::Registry I seem to recall that you don't want to put

Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
ERROR: OCISessionBegin) at blib/lib/Apache/Session/Store/Oracle.pm line 45 t/99oracle..dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay -- Brian Lavender http

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
/99dbfilestore.t line 73. t/99dbfilestore.dubious Test returned status 17 (wstat 4352, 0x1100) after all the subtests completed successfully On Mon, Mar 11, 2002 at 02:33:17PM -0500, Geoffrey Young wrote: Brian Lavender wrote: I am

Re: Apache::Session problem with DBD::Oracle

2002-03-11 Thread Brian Lavender
The tests were writing to an NFS mounted directory, and I think NFS was creating some lock files which prevented the directory from being written to. I moved the install to a non NFS mounted area, and it all worked. brian On Mon, Mar 11, 2002 at 12:00:47PM -0800, Brian Lavender wrote: Yup

Can't locate TIEHASH Apache::Session::Oracle

2002-03-11 Thread Brian Lavender
{_session_id};Reload this session/abr a href=http://penguin:8080/perl/example.perl;New session/a form action=http://penguin:8080/perl/example.perl/$session{_session_id}; method=post Type in your name here: input name=input input type=submit value=Go! /form __EOS__ -- Brian Lavender http

Re: Can't locate TIEHASH Apache::Session::Oracle

2002-03-11 Thread Brian Lavender
On Mon, Mar 11, 2002 at 02:08:10PM -0800, Brian Lavender wrote: I am trying to test the Apache::Session::Oracle Here is the error I am getting. What is wrong? I was able to successfully install and test Apache::Session which tested Apache::Session::Oracle This is the error. [Mon Mar