Help for this page
tied(%hash}->push( { slub => 'slob' } ); # $hash{'slub'} eq 'slob' ... tied(%hash)->pop(); # $hash{'slub'} is now not defined