Help for this page
sub new { my ($self, $email) = @_; my $class = ref($self) || $self; bless { email => $email }, $class }