From: Mario Ruiz Date: 2009-05-12T01:37:09+09:00 Subject: Help with <<-EOF Hi, I have a piece of code like: xmlData=<<-EOF xml code EOF I need to change it into: xmlData=" xml code " but I don't know why... it doesn't work when I change it into a normal string. Any idea? -- Posted via http://www.ruby-forum.com/.