in reply to Simple Matching
From perlop,
Because the transliteration table is built at compile time, neither the SEARCHLIST nor the REPLACEMENTLIST are subjected to double quote interpolation. That means that if you want to use variables, you must use an eval()
This obviously applies to tr/$_//.
|
|---|