Help for this page
foreach (keys %data) { ... print "$_\n"; }
foreach (keys %data) { ... || $_ =~ m/and/; print "$_\n"; }