Help for this page

Select Code to Download


  1. or download this
    if (my $hashref = $sth->fetchrow_hashref) {
        %info = %{$hashref};
    } else {
        die "lname, username combo did not match any records";
    }