Help for this page

Select Code to Download


  1. or download this
    tie (my %data, 'Tie::IxHash');
    
  2. or download this
    tie(my %data, 'Tie::IxHash');
    while ( ... ) { # add info to %data
    ...
       }
       ...
    }