On Wed, Feb 27, 2002 at 10:38:16PM -0600, Stephen Clouse wrote:

> --- DBI.pm    28 Feb 2002 01:05:12 -0000      1.1.1.1
> +++ DBI.pm    28 Feb 2002 04:31:46 -0000

> @@ -2879,14 +2880,6 @@

> +2: DBI will not touch the statement handle before returning it.  You will need
> +to check C<$sth->E<gt>C<{Active}> on the returned statement handle and deal
> +with it in your own code.

That should be written as either:

C<$sth-E<gt>{Active}>

or:

C<< $sth->{Active} >>


Ronald

Reply via email to