in reply to Re (tilly) 1: Quine Whine
in thread Quine Whine
Well, here is an old standby:
$_=q(print qq(\$_=q($_);eval\n));eval
And here is a clever one I originally saw ages ago on clpm (posted by mjd I think, but I could be wrong about that). Save the following line to a file named "/tmp/p" and run as: perl /tmp/p
Illegal division by zero at /tmp/p line 1.
|
---|