Joshua, > Does this problem happen in mod_perl without Apache::ASP, or in > plain old CGI without mod_perl? How about from command line?
I don't think the problem is with mod_perl because if I run it in CGI with mod_perl I do not get the seg faults. > Also try not to defined sub routines in your ASP scripts. The sub is required as I need to run a recursive procedure. > You can actually have subroutines defined in ASP scripts, but you > have to code them carefully to make sure that all variables > used in the script are localized with my() and passed in via @_. > You can move a subroutine definition to the global.asa file, > and have that subroutine shared safely between scripts. I'll do some testing in regards to the above just to rule it out. Vikash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
