Re: Attempt to free unreferenced scalar

2005-06-07 Thread Octavian Rasnita
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

Re: Attempt to free unreferenced scalar

2005-06-07 Thread Ing. Branislav Gerzo
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

Re: Attempt to free unreferenced scalar

2005-06-07 Thread Octavian Rasnita
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

Re: Attempt to free unreferenced scalar

2005-05-16 Thread Octavian Rasnita
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

Re: Attempt to free unreferenced scalar

2005-05-16 Thread Dave Gray
> 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