Help for this page

Select Code to Download


  1. or download this
    sub get_loc {
        ...
        my @loc = $sth->fetchrow_array();
    ...
            or die "Error disconnecting: $DBI::errstr\n";
        return @loc;
    }