gt; body help me pelase.
>
>
> closing dbh with active statement handles at xxx.pl line 48, line 1.
>
> This is my perl code,
>
> #!/usr/bin/perl
> use DBI;
> use strict;
> use warnings;
> #
> ## no buffered output, auto flush
> $|=1;
>
> my ($dbh,$sth,$dbar
Is that due to the "use strict ;" pragma?
Ta
Stu
-Original Message-
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
Sent: 09 July 2008 06:07
To: luke devon; Perl
Subject: Re: closing dbh with active statement handles
From: "luke devon" <[EMAIL PROTECTED]
From: "luke devon" <[EMAIL PROTECTED]>
Hi Friends,
Here, I am trying to connect sqlite DB and access some data for matching values
with STDIN.But when i try to debug the code it gives following message. I went
through google , and couldn't find any solution yet. Can some body help me
pelase.
Hi Friends,
Here, I am trying to connect sqlite DB and access some data for matching values
with STDIN.But when i try to debug the code it gives following message. I went
through google , and couldn't find any solution yet. Can some body help me
pelase.
closing dbh with active stat