Message-Id: <
20020219162322.GB12268@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14776
hash is in the hash referenced by C<(tied(%tiedhash))[0]>. Thus overwritten
C<TIEHANDLE> method should return an array reference with the first
element being a hash reference, and the remaining methods should operate on the
-hash C<< %{ $_[0]->[0] }>>:
+hash C<< %{ $_[0]->[0] } >>:
package ReportHash;
our @ISA = 'Tie::StdHash';