Help for this page

Select Code to Download


  1. or download this
    index   @ar_1   @ar2
    0       John    London
    ...
    3       John    Berlin
    4       Vivien  Paris
    etc...
    
  2. or download this
    John   => [London, Berlin],
    Mike   => [Paris],
    Vivien => [Milan, Paris]
    
  3. or download this
    use strict;
    use Data::Dump qw/dump/;
    
    ...
    }
    
    print dump(\%hash);