Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: hexdump2bin: convert hexdump -C like output back to binary

by Corion (Patriarch)
on Oct 07, 2014 at 11:05 UTC ( [id://1103075]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print map { chr hex } split /\s+/, $line x $nlines;
    
  2. or download this
    for my $repeat (1..$nlines) {
        print map { chr hex } split /\s+/, $line;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found