From: Lloyd Zusman Date: 2005-11-29T10:28:10+09:00 Subject: Re: string substitution question ljw1001@gmail.com writes: > I tried it with my current version 1.8.2 and got this message: > > (eval):1: warning: parenthesize argument(s) for future version > > I'll try again when I've installed 1.8.3. To get rid of that error, all you need to do is this: eval(%Q(puts(#{str}))) Note the extra parentheses surrounding #{str}. -- Lloyd Zusman ljz@asfast.com God bless you.