Topic: "crc32 in perl???" (page 1 of 1)

1
Author Post
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
anyone know the code or how to work out crc32 in perl??
im reading a file where the whole contents are stored in @contents, just need to work out crc32 of each number.

~sniper-kid~
private message Website
wzZx
groupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
use String::CRC32;
$string="sniperkid";
$cheksum=print "The cheksum is ", crc32("$string"), "n";
private message
wzZx
groupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
# perl crc32.pl
The cheksum is 3586956420
#

I think I don't miss anything. Luck.
private message

Topic: "crc32 in perl???" (page 1 of 1)

1