Help for this page

Select Code to Download


  1. or download this
    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)
        }