On 10/29/21 18:42, Ralph Mellor wrote:
On Fri, Oct 29, 2021 at 7:11 AM ToddAndMargo via perl6-users
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;` i
On 10/25/21 21:31, Ralph Mellor wrote:
```
$x ~~ s/ $( Q[;";] ) //
「;";」
I did not understand the first time. Now I do!
Thank you!
> my Str $x=Q[;':";];
;':";
> $x~~ s/ $( Q[:"] ) //;
「:"」
> say $x
;';
>
Thanks for the packages. Nice to see this release.
On Sat, Oct 30, 2021 at 2:41 AM wrote:
> Hi all.
>
> The Rakudo-Star 2021.10 Windows MSI and Linux RSTAR packages are available at
> [1].
> The previous Windows MSI build under [2] is also updated to 2021.10... just
> in case someone was using
On Fri, Oct 29, 2021 at 7:11 AM ToddAndMargo via perl6-users
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;` in your
Raku program. In other words, j
Hi all.
The Rakudo-Star 2021.10 Windows MSI and Linux RSTAR packages are available at [1].
The previous Windows MSI build under [2] is also updated to 2021.10... just in case someone was using this repo and it's versions somewhere.
@Patrick, feel free to copy packages from [1] or [2] to {3] ag