I can't seem to use variables like this....why not? Is there a simple way to do this? Without having to manually do it with an array traversing check/change function? $workingcopy =~ tr/$lettertochange/$lettertochangeto/g; I also tried $workingcopy =~ s/$lettertochange/$lettertochangeto/g; Thanks -Dave
- RE: Simple one liner problem. SAWMaster
- RE: Simple one liner problem. Yacketta, Ronald
- Re: Simple one liner problem. Lynn Glessner
- Http Session - cookie Problem Rajeev Rumale
- Re: Simple one liner problem. Paul Johnson
- Re: Simple one liner problem. Dan Grossman
- Re: Simple one liner problem. Paul Johnson