Re: trying to subclass DBI
- From: mlists@xxxxxxxxxxxxxxx (JupiterHost.Net)
- Date: Fri, 30 Dec 2005 14:09:22 -0600
wernerus sebastien wrote:
Tim, I made the changes you suggested. Here is the code:
------------------------------- package MySubDBI;
....
package Main;
try:
package main; #IE lowercase "M", not Main..
Also be sure to:
use strict;
use warnings;
in each package as that will likley tell you what is wrong (assuming it a programming error and not a subclassing paradigm error which useing strict and warnings will assist in catching/ruling that out)
.
- References:
- trying to subclass DBI
- From: Wernerus Sebastien
- Re: trying to subclass DBI
- From: Tim Bunce
- Re: trying to subclass DBI
- From: Tyler MacDonald
- Re: trying to subclass DBI
- From: Wernerus Sebastien
- trying to subclass DBI
- Prev by Date: RE: :Oracle - with ora10g oci.dll
- Next by Date: Re: trying to subclass DBI
- Previous by thread: Re: trying to subclass DBI
- Next by thread: Re: trying to subclass DBI
- Index(es):
Relevant Pages
|