Help for this page

Select Code to Download


  1. or download this
    Hash:
    
    ...
    456->abc
    456->xyz
    789->abc
    
  2. or download this
    use strict;
    use warnings;
    ...
              '123' => 'abc',
              '789' => 'abc'
            };
    
  3. or download this
    Hash:
    
    123->abc
    456->abc
    456->xyz
    789->abc