Using DBI methods

MattyT matty at chariot.net.au
Tue Aug 20 04:05:45 UTC 2002


Bradley Baetz wrote:

> b) In theory, Param("shutdownhtml") will currently work even for scripts
> which don't |require 'CGI.pl'|.
> 
> Pre-templatisation/2.16, the check was in PutHeader, which was too
> late (and not called for non-CGIs anyway) Now, its in CGI.pl's toplevel
> stuff.

We should probably have a standard include for non-CGIs, as well as for
CGIs.

> If you object to the removal of any of the above please let me know ASAP.

Would it be possible to do transparent SQL emulation by overriding DBI
objects, ie could you deal with things like transactions, REPLACE INTO,
subselects, etc, in a transparent way?  We could definitely do these
things explicitly, by providing subs for them as we were intending, but
transparent would be nice.

-- 
         Matthew Tuck: Software Developer & All-Round Nice Guy        
 My Short Autobiography: 1985 Grade Bin Monitor 1990 Class Clown Award
1992 Awarded Most Likely To Spontaneously Combust 1996 Crowned Galactic
         Emperor 1998 Released From Smith Psychiatric Hospital



More information about the developers mailing list