I have searched and am not able to find information on what it is and how it is computed.
I have no idea why the question has been negative voted. Is it not clear and programming related? Or should I have asked:
# Or you can compute the running CRC:
$crc = 0;
$crc = Archive::Zip::computeCRC32( 'abcdef', $crc );
$crc = Archive::Zip::computeCRC32( 'ghijkl', $crc );
What exactly happens here?