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
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 from Windows 98 to Windows 20