Help for this page
my $self = bless {}, ref($class) || $class;
my $self = bless {}, ref($_[0]) || @_;
my $self = bless {}, ref($_[0]) || $_[0];