Sumit Bose <[EMAIL PROTECTED]> writes: > what does it return if the timeout expires?
Timeouts should result in exceptions (aka die) which should then be picked up by the 'if ($@) {' test. Regards, Gisle
Sumit Bose <[EMAIL PROTECTED]> writes: > what does it return if the timeout expires?
Timeouts should result in exceptions (aka die) which should then be picked up by the 'if ($@) {' test. Regards, Gisle