- or download this
package MyClass;
...
return undef;
}
- or download this
my $self = MyClass::_new_or_old( shift );
- or download this
sub init_stuff
{
...
}
1;
- or download this
my $self = shift;
if( !$self->{'constructor'}++ )
{
$self = Myclass::new();
}