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__