Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Perl6: Choosing language version in the shebang line?

by Laurent_R (Canon)
on Feb 22, 2017 at 07:17 UTC ( [id://1182498]=note: print w/replies, xml ) Need Help??


in reply to Perl6: Choosing language version in the shebang line?

You can run almost any Perl 5 module from Perl 6 (well, probably any module except those doing real black magic or very special things) with the following P6 module:
use Inline::Perl5;

Take a look at this: https://github.com/niner/Inline-Perl5

Note that it seems that you can also run P6 modules from P5, but I haven't really investigated this.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-25 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found