Greetings Monks.
I have found many references that describe how to convert dec<->hex, but I have a slightly different question.
I have some 4 byte IEEE floats (in various byte orders) coming to me in ASCII (e.g. 0x428C0000) that I need to convert to (or at least print as) a float.
I'm sure the answer involves pack() but I can't figure it out.