Are perl5 libraries are importable in perl6?

前端 未结 2 1498
我在风中等你
我在风中等你 2021-01-18 21:41

I know that perl6 will definetely allow importing perl5 code but I\'m not able to do this.

Here is perl6 code

use perl5:Net::FTP;

I

2条回答
  •  灰色年华
    2021-01-18 22:13

    According to perlwiki

    note: As of May 2012, none of the Perl 6 compilers yet implement this feature.

    According to adventcalendar

    Some basic modules are usable through slang feature but only a few of them like Config, Cwd and English are available.

提交回复
热议问题