Help for this page
my $self1 = {}; %{ $self1->{hash} } = (); ... #Output: HASH(0x504f80) HASH(0x504f80)
my $self2; $self2->{hash} = {}; ... #Output: HASH(0x622bb0) HASH(0x504160)