sub new { my $class = shift; my $self = {}; $self -> {NAME} = undef; bless $self, $class; return $self; }