Matthew Persico [mailto:[EMAIL PROTECTED] wrote:

> Turns out I was wrong - I got my test scripts crossed. Removing the ()
> did not fix the problem.

That's not too surprising, as removing the parentheses does not change
the semantics of the code at all:

% perl -MO=3DDeparse,-p -e '$dbh->disconnect; $dbh->disconnect()'
$dbh->disconnect;
$dbh->disconnect;
-e syntax OK

Ronald


Reply via email to