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
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.