http://www.perlmonks.org?node_id=797430


in reply to Re^2: script not working
in thread script not working

also the hash %x is used
Actually, %x in this context is not referring to a hash. It is the printf format directive to print as (unsigned) hexadecimal. See the man page for printf.