in reply to fetchrow_array
there will only ever be one value in the array when you select one value from the database, i think you are confusing rows with columns,
try:
This is not a Signature...
my @ary = @{$dbh->selectcol_arrayref("select status from sh_protokoll +where asek_jn = 'j'")};
This is not a Signature...
|
---|
In Section
Seekers of Perl Wisdom