Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Faster way to parse binary stream

by ikegami (Patriarch)
on Jun 19, 2007 at 20:29 UTC ( [id://622096]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://622096]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-26 04:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found