|
|
sybperl-l Archive
Up Prev Next
From: mpeppler at itf dot ch (Michael Peppler)
Subject: Re: Returned arrays
Date: Feb 6 1996 6:33AM
From: Gerd Knops
> BUT: Michael (probably inspired/bribed by Gisle) didn't follow the golden
> rule number one in programming: If you change the functionality of a
> method/subroutine, CHANGE THE NAME!!!
>
> I have more than 100.000 lines of production code, that use the 'old ways'
> of doing things. Sigh...
The old version is still there in lib/sql.pl (yes, I know, where is it
documented...).
Put a
require 'sql.pl';
in your code (or in sybutil.pl, say) and everything will work as before
(because DBlib::sql is autoloaded).
Michael
PS. I did change it during the beta phase....
|