- or download this
sisyphus@sisyphus5-desktop:~/p6$ perl6 -v
This is Rakudo version 2015.12 built on MoarVM version 2015.12
...
This is perl 5, version 22, subversion 0 (v5.22.0) built for x86_64-li
+nux
....
- or download this
use Inline::Perl5;
my $p5 = Inline::Perl5.new;
...
$f128.print;
say ''; # insert the newline
say "ok";
- or download this
sisyphus@sisyphus5-desktop:~/p6$ perl6 use.pl
1.23450000000000000000000000000000009e+00
1.23450000000000000000000000000000009e+00
ok
- or download this
Inline::Perl5::Perl5Object.new(ptr => NativeCall::Types::Pointer.new(1
+00938200), perl5 => Inline::Perl5.new)