Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

[perl6] More Inline::Perl5 musings

by syphilis (Archbishop)
on Mar 17, 2016 at 11:59 UTC ( [id://1158072]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. 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
    ....
    
  2. or download this
    use Inline::Perl5;
    my $p5 = Inline::Perl5.new;
    ...
    $f128.print;
    say '';      # insert the newline
    say "ok";
    
  3. or download this
    sisyphus@sisyphus5-desktop:~/p6$ perl6 use.pl
    1.23450000000000000000000000000000009e+00
    1.23450000000000000000000000000000009e+00
    ok
    
  4. or download this
    Inline::Perl5::Perl5Object.new(ptr => NativeCall::Types::Pointer.new(1
    +00938200), perl5 => Inline::Perl5.new)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1158072]
Approved by jellisii2
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (None)
    As of 2024-04-19 00:04 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found