my $type; my $sth = $dbh->prepare_cached(<execute($number); $sth_x->bind_columns(undef, \$type); while ($sth->fetch) { print "$num: $type"; } }