Created
April 4, 2019 14:36
-
-
Save sigman78/ccca993476f11373ebb8687592f30e0e to your computer and use it in GitHub Desktop.
Perl quine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat /tmp/quine.pl | |
| Illegal division by zero at /tmp/quine.pl line 1. | |
| $ perl /tmp/quine.pl | |
| Illegal division by zero at /tmp/quine.pl line 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment