From: David Vallner Date: 2006-08-23T08:49:48+09:00 Subject: Re: Help needed on a just-for-fun-exercise Srinivas JONNALAGADDA wrote: > I was trying the well-known problem of writing a program that outputs > itself. Here is first trial. Off the top of my head comes the absolutely oldest cheat in the book: print File.read($0) Try not to groan too loud. David Vallner