Re: Run away processes.

2001-11-12 Thread Jonathan E. Paton
Hi, Assuming your code algorithm is okay (although some named constants or comments might be nice)... if you are using both warnings and the 'use strict' pragma then most errors become obvious. > while (@row = $sth2->fetchrow_array && $done == 0) while (@row = $sth2->fetchrow_array() and $done

Re: Run away processes.

2001-11-12 Thread A. Rivera
Wouldn't it be more beneficial to stop them from running away in the first place? - Original Message - From: "SAW" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 2:06 PM Subject: Run away processes. Hello group. I just upgraded

Run away processes.

2001-11-12 Thread SAW
Hello group. I just upgraded from Windows 98 to Windows 2000 Professional and I need to know how to kill runaway perl.exe processes. When I try to kill them in task manager I'm told that I'm not allowed to do this. Any ideas? Also, can anyone see any reason that this would not work? $done =