$self = bless( {}, ( ref($self) || $self ) ); $self->{'foo'} = $foo; return $self;