Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: How do unpack templates work

by unlinker (Monk)
on Jul 20, 2012 at 17:48 UTC ( [id://982872]=note: print w/replies, xml ) Need Help??


in reply to Re: How do unpack templates work
in thread How do unpack templates work

Thanks. I do not want hex digits - I just want to split the binary string into two parts. I was using
substr
until I read that unpack is faster and more efficient.

Replies are listed 'Best First'.
Re^3: How do unpack templates work
by jwkrahn (Abbot) on Jul 20, 2012 at 22:51 UTC

    Or you could use a regular expression:

    my ( $uu1, $uu2 ) = $uuid =~ /(\C{4})(\C+)/;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found