Help for this page
my $dbh = DBI->connect ($dsn, $user, $pass, { FetchHashKeyName => "NAM +E_lc", … }); my ($sth, %rec) = $dbh->prepare ("select * from $tbl"); ... $rec{"ne"} eq $bsc or next; # All fields accessible by their name (lc) }