in reply to Re: How does Perl handle strings with embedded NULLs?
in thread How does Perl handle strings with embedded NULLs?

That answers it nicely. As is, I'm planning to slurp it all in and then do a
@msgid=split /\000/, $data; foreach $j (@msgid) { $mid($j}++; }

(reason? I wanna filter my POP account by already-dl'ed message-id's)

--
Perl is intergalactic! WolfSkunks use it!