Help for this page

Select Code to Download


  1. or download this
    $field = $sth->fetchrow_array();
    
  2. or download this
    sub fetchrow_array {
        my @out;
    ...
            die 'too many return values for scalar';
        }
    }