in reply to
Illegal hexadecimal digit error
The
sprintf
that assigns to
$hex_num
contains a newline. Newlines aren't hex numbers, just as the warning says.
Abigail
Comment on
Re: Illegal hexadecimal digit error
In Section
Seekers of Perl Wisdom