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


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

«I do not really want to work with larger integers.»

That’s OK. As an alternative you may try sliced bread. Best 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

Replies are listed 'Best First'.
Re^4: Reliably parsing an integer
by rdiez (Acolyte) on Jun 30, 2020 at 13:46 UTC

    Oh, many thanks for your invaluable help!

      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