ToddAndMargo via perl6-users writes: > On 10/30/21 02:23, chohag via perl6-users wrote: > > Which part of the machinery around 'use' and ':from<perl5>' is not Raku? > > That is Raku. > > The code it calls is not. I am trying to convert the > code it calls to Raku.
Why when your computer is already doing it for you on the fly? > The FTP code is part of a backup program. Ransonware > can't find and encrypt ftp servers. And if they get > close, I will set two different account for read and > write, which will kill the bad guys dead. I have already > saved one customer's ass with FTP backups. > > The reason for wanting to switch this program over to > Raku is that Perl 5 is a write only language and is > difficult for me to maintain even when I am the one > that wrote the code. Perl 6 (Raku) is a dream for > me to maintain. Net::FTP has been in development since at least 1996. The chance that you will need to do any maintenance on it is about zero and you wish to throw away its 25 years of work providing a major component of a *security system* and write it yourself? For customers? Best of luck. Matthew