Help for this page

Select Code to Download


  1. or download this
    my @results;
    my $hr_addresses = $dbh->selectall_hashref("SELECT addr, id FROM u2add
    +r", "addr");
    ...
            print("Error, ID of address [$addr] not found\n");
        }
    }