or download this
my $string = 'abcdefghijk';
my %match = (bc => "Michelangelo", efg => "Raffaello",de => "Caravaggi
+o",ijk => "Tintoretto",hij=>"Leonardo",);
...
foreach $art (keys %match){
print "this is INDEX $art =>",join(',',$match{$art}),"\n", if inde
+x my $tring,$art;
}