while( my $data = $sth->fetchrow_arrayref ) { print "$data : @{ $data }"; }