in reply to Re^3: Assign (key, value) to a hash w/o clobbering hash
in thread Assign (key, value) to a hash w/o clobbering hash
the line beingCan't locate object method "TIEHASH" via package ...
and I also triedtie my %hash, 'ExpandingHash';
tie my %hash, 'Tie::Hash::ExpandingHash';
|
|---|