Help for this page

Select Code to Download


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