Help for this page

Select Code to Download


  1. or download this
      my %hash ;
      
    ...
    
    sub FETCH { return( 'fetch_val' ) ;}
    
  2. or download this
      my %hash = (1) ;
      
    ...
    
    sub TIEHASH { bless({}, __PACKAGE__ ) ;}