in reply to Tallying results from Forking processes...

The following line of code is incorrect:
$success = sprintf('%.2f',$uptime);
It should read
$success = sprintf('%.2f',$success);
There was a Copy/Paste error in the interface between the chair and keyboard. ;-)


Signature void where prohibited by law.