in reply to ActivePerl is crashing when running a script!

DaWolf, have you tried debugging said script.

I have found Devel::ptkdb invaluable for debugging CGI scripts. You just need to change the shebang line to #!/usr.../perl -d:ptkdb and you're away.

That way, you should be able to see exactly where it is crashing.

see Devel::ptkdb.

--rW