Hi is anyone aware of any issues with DBD/DBI and perl 5.14.2? I have the following code (from memory)
my $freqs=$dbh->selectall_hashref("select frequency,tsid,bandwidth from freqs","frequency"); Which in 5.14.1 gave me a hash of hashes , however in 5.14.2 and associated updates with fedora 17 (SQLite DBD and DBI) it gives a flat hash with the keys and values identical Anyone any idea what is happening? thanks -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/