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
.
Comment on
Re^3: script not working
Download
Code
In Section
Seekers of Perl Wisdom