in reply to Find checksum (Linux) equivalent in Perl windows

I believe that the Linux cksum command is doing a CRC checksum. In that case, you can use Digest::CRC (or maybe Digest::Crc32) to calculate the CRC checksum on the Windows system.

  • Comment on Re: Find checksum (Linux) equivalent in Perl windows