http://qs321.pair.com?node_id=11118722


in reply to Re^3: Reliably parsing an integer
in thread Reliably parsing an integer

Oh, many thanks for your invaluable help!

Replies are listed 'Best First'.
Re^5: Reliably parsing an integer
by karlgoethebier (Abbot) on Jun 30, 2020 at 14:56 UTC

    De rien. You may consider use Math::BigInt lib => 'GMP';. See also.

    «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