Re: Subclassing a mailer

2005-01-18 Thread Christopher Hicks
On Sun, 16 Jan 2005, A. Pagaltzis wrote: * Sam Holden [EMAIL PROTECTED] [2005-01-15 17:09]: Only inherit when you have an ISA relationship. I just want to chime in to agree. Inheritance is greatly overrated and widely abused. It is almost always the very last option you should consider.

Re: Subclassing a mailer

2005-01-18 Thread Sam Holden
Scott R. Godin writes: I guess I'm curious whether it even makes any sense to continue in an OO vein for this .. I had visions of being able to just package Subscriber::Database; our ($db, $user, $pass) = (dbi:Path:here, username, password); package main; my $db =