RE: hex to dec and dec to hex

2003-06-11 Thread Charles K. Clarkson
Ken Lehman [mailto:[EMAIL PROTECTED] : : Is there an easy way to go back and forth between : decimal and hex in perl. I know of the hex function : which solves my hex to dec problem but how about a : dec->hex function or module? I need the value which : is why printf isn't working for me. Ar

hex to dec and dec to hex

2003-06-11 Thread Ken Lehman
Is there an easy way to go back and forth between decimal and hex in perl. I know of the hex function which solves my hex to dec problem but how about a dec->hex function or module? I need the value which is why printf isn't working for me. Thanks for any help. -Ken ---