|
|
sybperl-l Archive
Up Prev Next
From: Shigeya Suzuki <shigeya at foretune dot co dot jp>
Subject: perl5.001n and Sybperl2.0
Date: Nov 9 1995 11:52PM
Are there anyone using Sybperl2.0 with Perl5.001n?
I could not track down well enough, but for me, "sql" method call
behavior looks changed. Does this caused by patch 1n?
When I say;
@r = $db->sql($sql)
It used to return a array of rows separated by separator. But now, it
returns array of "array references".
When I copy sql() subroutine to my program, remove '$db' from the
argument, (and db handle is at $db global ) rename it to Xsql, run it,
it work same as past.
I'm running them on SunOS4.1.4
Know this kind of problem?
I haven't test this with 1m and sybperl2.0.
shigeya
|