Help for this page

Select Code to Download


  1. or download this
    sub get_account_status {
        my ($account_num) = shift;
    ...
        my $status = $sth->fetchrow_array;
        return uc($status);
    }
    
  2. or download this
    $sth->finish;