$sth->execute( $baz ); while ( @row = $sth->fetchrow_array ) { print "@row\n"; }