in reply to Re^6: How does Math::GMP overload the assignment operator ?
in thread How does Math::GMP overload the assignment operator ?

I didn't propose a solution to "everything". I proposed a solution to the specific problem being discussed.

You can't accidentally modify a shared object if you can't modify the object at all. I'm not sure what else there is to explain.

  • Comment on Re^7: How does Math::GMP overload the assignment operator ?

Replies are listed 'Best First'.
Re^8: How does Math::GMP overload the assignment operator ?
by karlgoethebier (Abbot) on Nov 13, 2020 at 15:17 UTC

    Thanks for advice. I begin to see it clearly now. Regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help