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
In reply to Re: Binary value of string
by Gulliver
in thread Binary value of string
by packetstormer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |