in reply to Locale::TextDomain: how to die/warn on missing translation?
foreach(split //, $a){ if(!(ord($_)>=97 && ord($_)<=122)){ print "wrong symbol\n"; last; } } [download]