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 (
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 (