Help for this page

Select Code to Download


  1. or download this
    my $hash_ref = $dbh->selectall_hashref($sql,$key_field,{},@values);
    
  2. or download this
    for my $id (keys %{$hash_ref}) {
        print "ID => $id\n"; }