Will wait for a later day to better understand why 'C' does not work
Don't wait. Try a few simple tests:
print unpack 'H*', $uuid;; 767adecd8ed2e11191f4b1907aa0b7e4 print unpack 'a4', $uuid;; vzÌ═ print unpack 'C4', $uuid;; 118 122 222 205
Look up what the 'C' template does. (Hint: see also ord ).
In reply to Re^3: How do unpack templates work
by BrowserUk
in thread How do unpack templates work
by unlinker
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |