in reply to Dynamic names

Try the following:

$hash->{$name} = { TYPE => 9001, VALUE => "UNINITIALIZED", }

BTW, this is just a hash of hashes, not necessary to be an object, so perlboot is not necessarily the best reference. Try looking for HoH in the monastery.

--MidLifeXis