- or download this
Can't find string terminator %s anywhere before EOF
- or download this
$ cat pm_error_quine
Can't find string terminator " anywhere before EOF at pm_error_quine l
+ine 1.
$ perl pm_error_quine 1> /dev/null
Can't find string terminator '"' anywhere before EOF at pm_error_quine
+ line 1.
$
- or download this
$ cat pm_error_quine
Can't find string terminator ` anywhere before EOF at pm_error_quine l
+ine 1.
$ perl pm_error_quine 1> /dev/null
Can't find string terminator "`" anywhere before EOF at pm_error_quine
+ line 1.
$