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

Re: A mystery? (s/split/unpack/)

by LanX (Saint)
on Jul 15, 2013 at 22:25 UTC ( [id://1044464]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<105>  map [ unpack 'C*', $_] ,unpack '(a10)*', '12345678901234567
    +890'
     => (
      [49, 50, 51, 52, 53, 54, 55, 56, 57, 48],
      [49, 50, 51, 52, 53, 54, 55, 56, 57, 48],
    )
    

Log In?
Username:
Password:

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

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

    No recent polls found