in reply to Re: Faster way to parse binary stream
in thread Faster way to parse binary stream

You can even combine the two calls to unpack:

my @strings = unpack 'c/(c/a*)', $bytes;

Replies are listed 'Best First'.
Re^3: Faster way to parse binary stream
by BrowserUk (Patriarch) on Jun 19, 2007 at 21:29 UTC