Re: Release connections in MODPERL - Mailing list pgsql-novice

From D. Duccini
Subject Re: Release connections in MODPERL
Date
Msg-id Pine.GSO.4.03.10101102300280.21743-100000@ra.bpsi.net
Whole thread Raw
In response to Release connections in MODPERL  ("D. Duccini" <duccini@backpack.com>)
Responses Re: Release connections in MODPERL  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
List pgsql-novice
> Except you mean undef, right?  There is no null in Perl.  Even so, though,
> undef does not call object destructors (i.e., DESTROY method), only
> decrements the reference count, which hopefully means it wil get garbage
> collected.


well, $SQL = null;

compiles and produces the results described.

undef would probably work as well

-----------------------------------------------------------------------------
david@backpack.com            BackPack Software, Inc.        www.backpack.com
+1 651.645.7550 voice       "Life is an Adventure.
+1 651.645.9798 fax            Don't forget your BackPack!"
-----------------------------------------------------------------------------


pgsql-novice by date:

Previous
From: Bilal Tayara
Date:
Subject: arabic support?
Next
From: "Brett W. McCoy"
Date:
Subject: Re: Release connections in MODPERL