in reply to Illegal hexadecimal digit error
Also, don't use quotes when you copy $hex_num to $num at the end of the loop (it doesn't make a difference here, but it is a bad habit to get into).my $hex_num = '0x' . sprintf('%x', $dec_num);
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Illegal hexadecimal digit error
by tadman (Prior) on Jul 07, 2003 at 17:43 UTC |