my %xlate = qw#a 4 e 3 k |< n |\|#; sub xlate { join '', map { exists($xlate{$_}) ? $xlate{$_} : $_ } spli +t //, shift }
In reply to Re: Alpha-search, by letter.
by ayrnieu
in thread Alpha-search, by letter.
by Andrew_Levenson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |