Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Quine Whine

by CiceroLove (Monk)
on Mar 06, 2001 at 08:43 UTC ( [id://62440]=note: print w/replies, xml ) Need Help??


in reply to Quine Whine

I rememebr not too long ago someone doing something along the lines of:
<PSEUDO-CODE>
__DATA__ print DATA;

I tried searching for it here but it didn't come up. I thought it one of the more clever ways to accomplish a quine.

CiceroLove
Fates! We will know your pleasures: That we shall die, we know; 'Tis but the time, and drawing days out, that men stand upon. - Act III,I, Julius Caesar

Replies are listed 'Best First'.
Re^2: Quine Whine
by GrandFather (Saint) on Sep 30, 2014 at 23:23 UTC

    Maybe you are thinking of:

    seek *DATA, 0, 0; print <DATA>; __DATA__

    Prints:

    seek *DATA, 0, 0; print <DATA>; __DATA__
    Perl is the programming world's equivalent of English

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://62440]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-19 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found