in reply to Re^4: pack() returns an unusable string
in thread pack() returns an unusable string
I was also wanting to do the same thing, but replacing "H*" with "D"
That totally misses the point. I suggested using unpack "H*" as a form of serialization. You'd use in the parent and pack "H*" in the child in addition to pack "d" or pack "D" or whatever you want to test.
Seeking work! You can reach me at ikegami@adaelis.com
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: pack() returns an unusable string
by syphilis (Archbishop) on May 31, 2021 at 23:31 UTC | |
by ikegami (Patriarch) on Jun 05, 2021 at 01:55 UTC |