hello perl gurus

what is the proper way for a perl program to end when used in a apache
configuration w/mod_perl?

use CGI qw(:standard);
use DBI;

these are my only use ...

before mod_perl everything worked fine. servers were upgraded to mod_perl
and all the scripts now seem to maintain values from previous invocations
- even if those variables are re-initialized....

i've tried &Apache::exit - doesnt work. always had exit; as the last line.

i suspect its how i'm exiting - but maybe not.

any help would be greatly greatly appreciated.

thank you


_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to