64bit - How can I do 64-bit arithmetic in Perl? -


I'm a pearl nebie,

Can I just use 64-bit arithmetic in Perl Am I

For example

  $ operand1 = 0xFFFFFFFFFFFF; # 48 bit value $ operand2 = 0xFFFFFFFFFFFF; # 48 bit value $ result = $ operational 1 * $ operand 2;  
  • I'm basically looking for a replacement for int64_t perl.
  • If there is a sign or signature, is there any way to mention it?
  • Yes, but you need to compile the Pearl with 64-bit support.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -