Subject: Re: Attempt to free unreferenced scalar
> Octavian Rasnita [OR], on Tuesday, June 7, 2005 at 13:01 (+0300) wrote
> about:
>
> OR> I had the same problem and I don't know why, but I have discovered
that if I
> OR> don't use $sth->fetchall_hashref('key
Octavian Rasnita [OR], on Tuesday, June 7, 2005 at 13:01 (+0300) wrote
about:
OR> I had the same problem and I don't know why, but I have discovered that if I
OR> don't use $sth->fetchall_hashref('key') but another method, the script
OR> doesn't gives errors anymore.
OR> So I needed to use fetchro
Hi,
I had the same problem and I don't know why, but I have discovered that if I
don't use $sth->fetchall_hashref('key') but another method, the script
doesn't gives errors anymore.
So I needed to use fetchrow_hashref() for each row instead.
Teddy
- Original Message -
From: "Ing. Brani
o I cannot access CGI::Session from outside the module is used.
I will try to find what could be the problem, because I need to solve it.
Thank you.
Teddy
- Original Message -
From: "Dave Gray" <[EMAIL PROTECTED]>
To:
Sent: Monday, May 16, 2005 7:44 PM
Subject: Re
> After running a program, I saw the following errors:
>
> Attempt to free unreferenced scalar: SV 0x38bd0a4, Perl interpreter:
> 0x162445c
> at E:/usr/lib/Errno.pm line 15 (#1)
> Attempt to free unreferenced scalar: SV 0x38bd0a4, Perl interpreter:
> 0x162445c at E:/usr/lib/Errno.pm line 15.
The