my $crc; { use bytes; $crc = sprintf( "%x", Compress::Raw::Zlib::crc32( $content ) ); }