Help for this page
my %hash; my $o1 = bless \%hash, 'C1'; my $o2 = bless \%hash, 'C2'; print "$_\n" for $o1, $o2;
C2=HASH(0x1829974) C2=HASH(0x1829974)