Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
    use Data::Dumper;
    print Dumper(\%h);
    
  2. or download this
    a-a b-b
    
    ARRAY(0x1801180)-A B-B
    ...
              'a b' => 'A B',
              'b' => 'B'
            };