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

”…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;