Help for this page
#!/usr/bin/perl use warnings; ... for my $k (keys %match){ print "key: $k value: $match{$k}\n"; }