in reply to Re^3: Largest integer in 64-bit perl
in thread Largest integer in 64-bit perl

That's Raku/Perl6?

(at least I'm not aware of any other language applying use to import a module)

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^5: Largest integer in 64-bit perl
by Athanasius (Archbishop) on May 29, 2025 at 13:43 UTC
Re^5: Largest integer in 64-bit perl
by karlgoethebier (Abbot) on May 29, 2025 at 13:43 UTC
Re^5: Largest integer in 64-bit perl
by karlgoethebier (Abbot) on May 29, 2025 at 13:58 UTC

    ”…any other language applying use…”

    There are some more:

    with Alien; with Utils; use Utils; package Superiour is type Acme is new Alien.Object with null record; function Shred (Self : Object) return String; end Superiour;