Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by Haarg (Priest)
on Nov 10, 2020 at 19:54 UTC ( [id://11123558]=note: print w/replies, xml ) Need Help??


in reply to Re^6: 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, even if all other ops are overloaded.
  • Comment on Re^7: How does Math::GMP overload the assignment operator ? (more guessing)

Replies are listed 'Best First'.
Re^8: How does Math::GMP overload the assignment operator ? (more guessing)
by syphilis (Archbishop) on Nov 11, 2020 at 00:55 UTC
    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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 10:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found