Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^8: How does Math::GMP overload the assignment operator ? (more guessing)

by syphilis (Archbishop)
on Nov 11, 2020 at 00:55 UTC ( [id://11123564]=note: print w/replies, xml ) Need Help??


in reply to Re^7: How does Math::GMP overload the assignment operator ? (more guessing)
in thread How does Math::GMP overload the assignment operator ?

sprintf and pack can trigger the 0+ overload

Now that you mention it, I do recall experiencing that overloading with sprintf(), but I failed to recognize it for what it was.
"How the hell does that work ?", I thought ... and then quickly replied "Gee, that's handy !" ... whereupon that particular conversation with myself was abruptly ended.
For anyone seeking an example:
C:\>perl -MMath::GMP -le "printf '%x', Math::GMP->new(10);" a C:\>perl -MMath::GMP -le "print unpack 'H*', pack 'I>', Math::GMP->new +(254);" 000000fe
Cheers,
Rob
  • Comment on Re^8: How does Math::GMP overload the assignment operator ? (more guessing)
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (12)
As of 2024-04-23 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found