Help for this page

Select Code to Download


  1. or download this
    use Tie::DxHash;
    
    tie my %hash, 'Tie::DxHash';
    ...
      b => 2,
      b => 3,
    );