Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Faster way to parse binary stream

by BrowserUk (Patriarch)
on Jun 19, 2007 at 19:50 UTC ( [id://622091]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $count = 3;
    $str1 = "First string";
    ...
    First string
    Second string
    Third string
    
  2. or download this
    $n = unpack 'C', $bytes;;
    
    ...
    First string
    Second string
    Third string
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found