RE: DBI->disconnect is not a DBI method. Read the DBI manual. at ff.pl line 224
- From: rjk-dbi@xxxxxxxxxxx (Ronald J Kimball)
- Date: Wed, 25 May 2005 09:57:32 -0400
Matthew Persico [mailto:matthew.persico@xxxxxxxxx] 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
.
- References:
- Re: DBI->disconnect is not a DBI method. Read the DBI manual. at ff.pl line 224
- From: Matthew Persico
- Re: DBI->disconnect is not a DBI method. Read the DBI manual. at ff.pl line 224
- Prev by Date: problem with DBD::Oracle
- Next by Date: RE: problem with DBD::Oracle
- Previous by thread: Re: DBI->disconnect is not a DBI method. Read the DBI manual. at ff.pl line 224
- Next by thread: system() return code always '-1' after DBI/DBD local connection
- Index(es):
Relevant Pages
|