sub new { my $class = shift; my $self = {}; # some initialisation bless($self, $class); return $self; }