Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^5: How to sort record using pack function ?

by AnomalousMonk (Archbishop)
on Sep 02, 2010 at 04:20 UTC ( [id://858478]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $length = unpack "C4", substr $data,0,2,'';
    
  2. or download this
    >perl -wMstrict -le
    "my $data = 'ABCDEF';
    ...
    "
    65
    'CDEF'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-03-28 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found