Help for this page
my $foo = Class->new( this => 2, that => 3 ); my $bar = Class::new( $foo => 4, that => 5 );
package Class; ... unless $_[0]->isa(__PACKAGE__); # rest of code... }