Am 14.01.2016 um 01:31 schrieb ToddAndMargo:
On 01/13/2016 12:51 PM, David H. Adler wrote:
On Wed, Jan 13, 2016 at 12:50:19PM -0800, ToddAndMargo wrote:
Hi All,

I have written myself several Perl 5 modules (.pm).
Is there a way to call them from Perl6?  Or should I
must I rewrite them?

https://doc.perl6.org/language/faq#Can_I_use_Perl_5_modules_from_Perl_6%3F

dha


Hi David,

Not to be dense, but will inline::Perl5 also work with
all those CPAN modules?

Also, does inline::Perl5 get installed natively when I
install Perl6, or do I need to install it afterwards?

Many thanks,
-T

Hi, you need to install Inline::Perl5 via panda.

$ panda install Inline::Perl5

Reply via email to