> shot in the light ;-)
> 
> The tables are built at compile time, so if you want to use variables
> here you will need to use string eval.
> 
> eval "tr/$lettertochange/$lettertochangeto/";

Does this mean that I have to use $_ for such a translation, or is
there a way to modify a string inside an eval?

Dan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to