|
||||
sybperl-l ArchiveUp Prev Next
From: Gerd Knops <gerti at is dot com> Hello everyone,
I have a script that was working fine. Then somebody installed a new perl and/or sybperl, now the script is broken.
More specifically, code like
@tmp=$db->sql("select * from a");
print "$tmp[0]\n";
suddenly prints
ARRAY(0xWhatever)
Does that ring a bell anywhere?
Thanks
Gerd
|