$sth->bind->columns(\$server); while ( $sth->fetch ) { $sth->bind->columns(undef, \$server); while ( $sth->fetch ) { [download]
In reply to DBI bind_columns by fionbarr