Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
        my ($a, $b) = @_;
        $a->{$_} = $b->{$_} foreach keys %$b;
    }
    
  2. or download this
    $VAR1 = {
              'A' => '1',
    ...
              'C' => '3',
              'D' => '4'
            };