Re: ftp client yet?

2021-10-26 Thread ToddAndMargo via perl6-users
On 10/25/21 22:21, Ralph Mellor wrote: This is what the more complicated stuff I am doing. You can also use *your* Perl code in your Raku code. Just turn your Perl code into a module, making sure to make "public" whatever the module should make public, then `use` it in your Raku code. You sho

Re: ftp client yet?

2021-10-26 Thread Tom Browder
On Tue, Oct 26, 2021 at 00:22 Ralph Mellor wrote: > > This is what the more complicated stuff I am doing. ... And if the code doesn't work because of a newly-found need of a go-between Perl5 and Raku, the author of Inline::Perl5 is very helpful in finding a fix and releasing a new version. Bes