Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: PERL Binary Data Handling

by kcott (Archbishop)
on Oct 06, 2012 at 07:36 UTC ( [id://997594]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    say 'Output';
    say 'EXPECT: ', $out_hex;
    say 'GOT:    ', unpack 'H*' => $out_data;
    
  2. or download this
    $ pm_bin_32_40.pl
    Input
    ...
    Output
    EXPECT: 015ff070fa
    GOT:    015ff070fa
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-19 11:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found