in reply to RE: Re (tilly) 1: oo perl - using the super-class
in thread oo perl - using the super-class

Your original code was fine. Just make sure that neither of your two specific types of transaction inherit from the generic transaction, or you're toast on the new routine!

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: RE: Re (tilly) 1: oo perl - using the super-class