From: Dirk Einecke Date: 2004-02-16T18:09:55+09:00 Subject: Re: problem with variables Hi. > "Dirk Einecke" wrote in message > news:c0or2a$19s6c2$1@ID-43561.news.uni-berlin.de... > >> puts $temp # -> Hallo ... all is okay >> test = "#{temp} World" >> puts eval( '"' + test + '"' ) # -> ... nothing ... but why? > > > test = "#{$temp} World" Thanks to all (Sean Ross, Osuka Adartse, John Andrews). I works. :) bye Dirk Einecke