Help for this page

Select Code to Download


  1. or download this
    use Tie::Autotie 'Tie::IxHash';
    tie my(%hash1), 'Tie::IxHash';
    
  2. or download this
    tie my(%hash2), 'Tie::IxHash';
    $hash2{"a"} = $a;
    $hash2{"b"} = \%hash1;