> Is it possible to call the constructor that a function 
> inherits from its parent?  I tried calling SUPER:: and 
> SUPER-> in a constructor and got errors.  Am i correct in 
> assuming that if I rewrite the constructor that a copy of the 
> parent object won't be available?
> 

Perhaps some example of your code. Also I can do DBI->connect(..) or DBI::connect and 
it works.
Why not look at that and see how DBI does it?

Sorry it's not more helpful, but without more details....

HTH

DMuey

> Thanks in advance,
> 
> Dan
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED] 
<http://learn.perl.org/> <http://learn.perl.org/first-response>



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to