NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
NUL bytes are a hacker's friend (Score:2)
NULbytes are perfectly legal inside Perl programs. The core uses them in a couple of places when creating code snippets to pass back to the interpreter, particularly as the quote character forq, as it's the only character that aCstring can't contain. (Search for the string%c%s%cin perl.c [activestate.com])Reply to This
Re: (Score:2)