Help for this page
sub new { my ($class, $options) = @_; if (!ref $options) { ... #Some Code return $self; }