Help for this page
#!/usr/bin/perl use strict; use warnings; ... for my $key (@myarray) { print "$key\t-> $value_map{$key}\n"; }