Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Exchanging md5s between Perl and C

by bart (Canon)
on Oct 28, 2010 at 19:14 UTC ( [id://868122]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open OUT, '>', 'tempfile';
    print OUT 'a';
    close OUT;
    system('md5sum', '-b', 'tempfile');
    
  2. or download this
    0cc175b9c0f1b6a831c399e269772661 *tempfile
    

Log In?
Username:
Password:

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

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

    No recent polls found