in reply to Re: How to specify a Null char in a match operation
in thread How to specify a Null char in a match operation

What Perl and OS are you using? With ActivePerl 5.6.1, 5.8.0 and 5.8.8 all print the following in WinXP.

Null char detected in >filename1.txt < Null char detected in >filename2 .txt<

I even confirmed the "space" is a NUL.

Replies are listed 'Best First'.
Re^3: How to specify a Null char in a match operation
by GrandFather (Saint) on Oct 14, 2006 at 10:37 UTC

    Turns out it is a problem with Komodo's output window. My appologies for any time wasted with chasing this!


    DWIM is Perl's answer to Gödel