Special actions during object construction



# called after the constructor has been called
sub BUILD {
	my $self = shift;
};