in reply to Re: How to store the data fetched from the database in perl
in thread How to store the data fetched from the database in perl
I have used below code while fetching data from the sql but i got the output as below
$sth->execute ($lBOA_BLC_MASTER_ID) or die "Cannot execute: " . $sth-> +errstr(); %data = map { $_ => 1 } $sth->fetchrow();
Output
thanks and regards,$VAR1 = 'ABC'; $VAR2 = 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to store the data fetched from the database in perl
by choroba (Cardinal) on Jun 11, 2013 at 06:51 UTC | |
|
Re^3: How to store the data fetched from the database in perl
by Neighbour (Friar) on Jun 11, 2013 at 06:53 UTC | |
|
Re^3: How to store the data fetched from the database in perl
by frozenwithjoy (Priest) on Jun 11, 2013 at 06:51 UTC |