> [EMAIL PROTECTED] - Thu Apr 05 19:58:47 2001]:
> The Perl debugger outputs strings containing the character
> ctrl-\ wrongly when using the "x" command. For example,
> x chr(28) results in "\c\" and x "\c\\" results in "\c\\\".
> The results, however, are not valid Perl and will result in
> "string terminator not found before end of line".

The problem is in dumpvar.pl which x uses.  The attached patch fixes this.

Attachment: dv.patch
Description: Binary data

Reply via email to