> $workingcopy =~ tr/$lettertochange/$lettertochangeto/g;
> 
shot in the dark, taken from my shell scripting days

try {} around your variables
$workingcopy =~ tr/${lettertochange}/${lettertochangeto}/g;

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

Reply via email to