[EMAIL PROTECTED] wrote:
> 
> Can I do something like this?
> from
>  $sth = getVUser($dbh, $u, $d);
>  return $sth->rows();
> to
>  return (getVUser($dbh,$u,$d))->rows();

What happened when you tried it?


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to