Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^5: pack() returns an unusable string

by ikegami (Patriarch)
on May 31, 2021 at 17:58 UTC ( [id://11133334]=note: print w/replies, xml ) Need Help??


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
    That totally misses the point

    Yes, it totally misses *your* point, just as you are intent on totally missing mine.

    Cheers,
    Rob

      All you said you wanted to wanted to use D "in order to verify that rounding would be performed as expected."

      I took that to mean you wanted to test packing/unpacking D in one perl and unpacking in the other. I'm guessing you want to test how D works with different Perl build settings. Is it not this?

      Anyway, no need to be such a jerk just cause I didn't understand a vague statement you just made. If I got it wrong, just clarify what you meant.

      In any case, unless you want to test sending NUL bytes as in arguments (which you can't do), you missed the point: It doesn't matter how to send the bytes over from one program to another, and all I did was suggest a way of doing this. It doesn't interfere with your attempts to test D in the least, contrary to your claims.

      Seeking work! You can reach me at ikegami@adaelis.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11133334]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-19 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found