in reply to
splitting/unpacking a string containing data sepearted by \0
Write code that uses one of the splitting/unpacking perl functions. Something like
split /\0/, $a
perl functions are documented in
perlfunc
Comment on
Re: splitting/unpacking a string containing data sepearted by \0
Download
Code
In Section
Seekers of Perl Wisdom