>>>>> "Chas" == Chas Owens <[EMAIL PROTECTED]> writes:

Chas> sub new {
Chas>         my $class = shift;
Chas>         $class    = ref($class) || $class;

PLEASE stop doing this.

I know there's a Very Popular Tutorial included with your
documentation that says that's a Right Way of doing it,
but that's not a consensus amongst all people who've been doing
Perl for a long time, and object programming for Even Longer.

See <http://www.perlmonks.org/index.pl?node_id=52089> for my longer
take on this.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to