"Michael Fuhr" <[EMAIL PROTECTED]> wrote:
news:[EMAIL PROTECTED]
>>
>> i'm using PostgreSQL 7.4 (though problem applies to 8.0 too) on
>> FreeBSD 5.2.1 with Apache 1.3.31 (DBI 1.43 and DBD-Pg 1.32).
>
> Is the code running under mod_perl? If so, what versions of Perl
> and mod_perl?
Perl 5.8.5
mo
Hello, i've encountered such problem:
i'm using PostgreSQL 7.4 (though problem applies to 8.0 too) on FreeBSD 5.2.1
with Apache 1.3.31 (DBI 1.43 and DBD-Pg 1.32).
I have, lets say Module.pm with such function:
sub get_users{
my @res;
#$dbh is defined in other module, but is visible and valid h