my $obj= Bar->new(1,2,3); my $other= $obj->new(4,5,6); $other->twirl(); Can't locate object method "twirl" via package "Bar=ARRAY(0xbadd0g5)"