Help for this page

Select Code to Download


  1. or download this
    Can't find string terminator %s anywhere before EOF
    
  2. 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.
    $
    
  3. 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.
    $