I am running Active Perl 5.8.8 on Windows and am writing a data
conversion app into which I want to build some debug routines.
 
To that end, I want to add a routine to take any string and display it
as hex numbers.
 
The string can be anywhere from 0 (zero) to over 1,000 characters and
can contain any byte value from 00 to ff.

I want to do this without adding the overhead of printf or sprintf to my
program. Has anyone out there done this before?

Barry Brevik
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to