in reply to Re^3: join two hashes
in thread join two hashes
your code in my script is as follow:
my %new_hash = map {($_, [$rep{$_}, $comb{$_}])} keys %rep; for my $key(keys %new_hash){ print "$key=$new_hash{$key}\n";}
and for each key has an error like that i mentioned.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: join two hashes
by johngg (Canon) on Jul 30, 2011 at 11:54 UTC | |
|
Re^5: join two hashes
by JavaFan (Canon) on Jul 30, 2011 at 15:54 UTC |