Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Binary value of string

by Gulliver (Monk)
on Jul 11, 2011 at 22:47 UTC ( [id://913796]=note: print w/replies, xml ) Need Help??


in reply to Binary value of string

Why are you writing your own checksum routine?

use String::CRC32; print crc32("This is a string to change to binary"), "\n"; print crc32("Thsi is a string to change to binary"), "\n"; print crc32("This is a string to change ot binary"), "\n"; Output: 2182425632 3373251475 2370952689

Log In?
Username:
Password:

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

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

    No recent polls found