Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re (tilly) 1: Quine Whine

by tilly (Archbishop)
on Mar 06, 2001 at 22:16 UTC ( [id://62528]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # This is a quine.
    $c = "# This is a quine.
    ...
    
      # Since data is now source, just print it and we are done.
      print $t;
    
  2. or download this
    # This is a quine two :-)
    undef $/;
    ...
    print;
    print;
    __DATA__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found