>To clamp down on a hash and disallow access to nonexistant keys: > clamp %hash, 1 > >To unclamp: > clamp %hash, 0 > >To query > my $clamped = clamp %hash; clamp %hash; unclamp %hasn; my $clampishness = clamped %hash; I think that these are cleaner than having the boolean second parameter to "clamp". Otherwise, I'd welcome this feature. Craig Milo RogersThread Previous | Thread Next