Help for this page

Select Code to Download


  1. or download this
    my %h = map { $_->[0] => $_->[1] } @S;
    print Dumper(\%h);
    
  2. or download this
    $VAR1 = {
              'a' => 'c',
              'b' => 'c',
              'd' => 'e'
            };