in reply to Re^2: Inheritance confusion
in thread Inheritance confusion
Before you decide to take this path be sure to read this thread!sub new { my $class = shift; my $self = DBIx::SQLEngine->new(@_); no strict 'refs'; push @{$class . '::ISA'}, ref $self; return bless $self, $class; }
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|