[quote=Crian,06.April.2005, 01:31]Mit dem Modul (was übrigens ein Core-Modul ist) kannst Du die Schlüssel eines Hashes "abschließen".[/quote]
Aber nicht in 5.6, was F. anscheinend verwendet.
QuoteNAME
Hash::Util - A selection of general-utility hash subroutines
...
DESCRIPTION
"Hash::Util" contains special functions for manipulating hashes that
don't really warrant a keyword.
By default "Hash::Util" does not export anything.
Restricted hashes
5.8.0 introduces the ability to restrict a hash to a certain set of
keys. No keys outside of this set can be added. It also introduces the
ability to lock an individual key so it cannot be deleted and the value
cannot be changed.
...
I sense a soul in search of answers.