Ronald J Kimball wrote: > > On Tue, Jun 17, 2003 at 09:49:39PM -0700, Richard Cook wrote: > > Anyone got examples of Perl programs that can output themselves? > > Such a program is called a quine. > > http://www.google.com/search?q=perl+quine > > Ronald
I googled right after posting, and found this quine repository (with examples in most any language you can think of): http://www.nyx.net/~gthompso/quine.htm $b='$b=%c%s%c;printf$b,39,$b,39;';printf$b,39,$b,39;