in reply to Re: Calculating the crc checksum of a file using perl?
in thread Calculating the crc checksum of a file using perl?
Please keep in mind Adler is only good for LONG messages (large files). If you manipulate files of a few bytes it's a bad idea because most of the 32 bits will be unused.