Skip to content

Instantly share code, notes, and snippets.

@prophile
Created March 4, 2015 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prophile/c9284271d11dce6a60e1 to your computer and use it in GitHub Desktop.
Save prophile/c9284271d11dce6a60e1 to your computer and use it in GitHub Desktop.
A Quine, in Perl
String found where operator expected at equine.pl line 1, near "near "near ""
(Do you need to predeclare near?)
Bareword found where operator expected at equine.pl line 1, near ""near "near"
(Missing operator before near?)
String found where operator expected at equine.pl line 1, near "near """
(Do you need to predeclare near?)
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 2.
Semicolon seems to be missing at equine.pl line 4.
String found where operator expected at equine.pl line 5, near "near "near ""
(Do you need to predeclare near?)
String found where operator expected at equine.pl line 5, near ""near """"
(Missing operator before ""?)
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 6.
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 7.
Semicolon seems to be missing at equine.pl line 10.
String found where operator expected at equine.pl line 11, near "near """
(Do you need to predeclare near?)
Bareword found where operator expected at equine.pl line 11, near """near"
(Missing operator before near?)
String found where operator expected at equine.pl line 11, near "near """
(Do you need to predeclare near?)
String found where operator expected at equine.pl line 11, near """"""
(Missing operator before ""?)
String found where operator expected at equine.pl line 12, near "before """
(Do you need to predeclare before?)
Semicolon seems to be missing at equine.pl line 12.
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 13.
Semicolon seems to be missing at equine.pl line 13.
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 14.
Semicolon seems to be missing at equine.pl line 14.
Semicolon seems to be missing at equine.pl line 15.
String found where operator expected at equine.pl line 16, near "near "near ""
(Do you need to predeclare near?)
String found where operator expected at equine.pl line 16, near ""near """"
(Missing operator before ""?)
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 17.
Semicolon seems to be missing at equine.pl line 19.
String found where operator expected at equine.pl line 20, near "near "near ""
(Do you need to predeclare near?)
String found where operator expected at equine.pl line 20, near ""near """"
(Missing operator before ""?)
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 21.
Semicolon seems to be missing at equine.pl line 23.
String found where operator expected at equine.pl line 24, near "near "before ""
(Do you need to predeclare near?)
String found where operator expected at equine.pl line 24, near ""before """"
(Missing operator before ""?)
Use of ?PATTERN? without explicit operator is deprecated at equine.pl line 25.
syntax error at equine.pl line 1, near "near "near ""
Unknown regexp modifier "/P" at equine.pl line 7, at end of line
(Might be a runaway multi-line ?? string starting on line 6)
Unknown regexp modifier "/A" at equine.pl line 7, at end of line
Unknown regexp modifier "/T" at equine.pl line 7, at end of line
Unknown regexp modifier "/T" at equine.pl line 7, at end of line
Unknown regexp modifier "/E" at equine.pl line 7, at end of line
Unknown regexp modifier "/R" at equine.pl line 7, at end of line
Unknown regexp modifier "/N" at equine.pl line 7, at end of line
Unknown regexp modifier "/P" at equine.pl line 27, at end of line
(Might be a runaway multi-line ?? string starting on line 25)
Unknown regexp modifier "/A" at equine.pl line 27, at end of line
equine.pl has too many errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment