On 10/29/21 18:42, Ralph Mellor wrote:
On Fri, Oct 29, 2021 at 7:11 AM ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:

Which gets back to my original question, which was
is there good FTP support from Raku yet?

The answer you got from me was:

1. Install Perl's Net::FTP.

2. Write `use Net::FTP:from<Perl5>;` in your
Raku program. In other words, just like you
would in Perl, but appending `:from<Perl5>`
to the package name.

3. Write ordinary Raku code as if Net::FTP
was written in Raku.

If you interpret that as "no", then I give up.

If you interpret that as "yes", then please do what it says.

If you don't understand it, then I give up.

--
love, raiph


Hi Raiph,

I was trying to get the whole thing in Raku.
the "from perl 5" is cool stuff for sure, but
I would still be maintaining 90% of the code in
perl 5. So it is better just to stay in p5.

-T

Reply via email to