both of these works:
return (getVUser($dbh,$u,$d))->rows();and return getVUser($dbh,$u,$d)->rows();
The first version works, but I'd recommend avoiding it as it suggests that the following should work similarly - but it doesn't.
print (getVUser($dbh,$u,$d))->rows();
Steve
-- Steve Piner Web Applications Developer Marketview Limited http://www.marketview.co.nz
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]