From: Anil Wadghule Date: 2006-09-06T22:02:40+09:00 Subject: How to take output of eval into a string? ------=_Part_182178_15138797.1157547543992 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline #code a = "puts 'I like Ruby'" b = eval(a) puts b after running above code, it gives output I like Ruby nil the above code prints b a nil, I want output of eval into a string! How to do that? Please help! Regards, Anil Wadghule -- Don't live to geek; geek to live. http://anildigital.blogspot.com ------=_Part_182178_15138797.1157547543992--