Re: What should /\08/ match and do?
[email protected] (demerphq)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On 1 June 2010 13:13, Abigail <[email protected]> wrote: > Oh, and I've matched \0's many times - they seem to be the filler or > separator choice of many binary format designers. I can't remember the > last time I used an octal escape though; I would write that as /\x{00}8/, > eliminating all kinds of possible misinterpretations. And of course directly serialized C structures will often have null pad bytes inserted. Yves -- perl -Mre=debug -e "/just|another|perl|hacker/"