-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, May 19, 2001 at 08:18:54PM +0200, Christian Hammers wrote:
> The following code leaks memory for each invocation of "sub flub":
>
> H! /usr/bin/perl -w
> use strict;
>
> use DBI;
>
> my $dbh = DBI->connect('D
Hello
(as reportet into the Debian Bug Tracking system¹)
The following code leaks memory for each invocation of "sub flub":
#! /usr/bin/perl -w
use strict;
use DBI;
my $dbh = DBI->connect('DBI:Pg:dbname=template1','jdassen', undef, {RaiseError
=> 1});