|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: How is perl able to handle the null byte?by bart (Canon) |
| on Jun 15, 2006 at 18:53 UTC ( #555582=note: print w/ replies, xml ) | Need Help?? |
|
Perl doesn't use a delimiter as a string end marker, instead, it stores both the byte sequence and the length. So, a string can contain anything.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||