The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Math::Int64::native_if_available - Use the native Perl 64-bit integer implementation when available

SYNOPSIS

  use Math::Int64 qw(uint64);
  use Math::Int64::native_if_available;

SEE ALSO

Math::Int64.