in reply to Checksumming dynamically created media (code)
However, Digest::MD5 is going to be much slower than cksum. It does more work. If you want to generate a CRC in Perl rather than by calling cksum, you might want to look into Compress::Zlib, String::CRC, or String::CRC32, which all provide a CRC function.
|
|---|