View Single Post
  #11  
Old 02-25-2008, 11:40 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Another one to try, which will kill the current process is:

Code:
kill SEGV => $$;
Again, this causes a zone crash on Linux. I have Perl (but not EQEmu) installed on Windows and there it will cause the Perl script to stop. You'll have to try it to see if it kills the zone process on windows.
Reply With Quote