On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users
wrote:
$ raku -Msigpipe -e 'loop { say "y"}' | sed 3q
===SORRY!=== Error while compiling -e
Could not find sigpipe in:
/home/tony/.raku
/opt/rakudo-pkg/share/perl6/site
/opt/rakudo-pkg/share/perl6/vendor
/opt/rakudo-pkg/sh
> On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users
> wrote:
>>> On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users
>>> wrote:
>>>
>>> $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q
>>> ===SORRY!=== Error while compiling -e
>>> Could not find sigpipe in:
>>>/home/tony/.raku
>>>/
On 8/9/22 00:56, Elizabeth Mattijsen wrote:
On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users
wrote:
On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users
wrote:
$ raku -Msigpipe -e 'loop { say "y"}' | sed 3q
===SORRY!=== Error while compiling -e
Could not find sigpipe in:
/home/ton
On 8/9/22 00:56, Elizabeth Mattijsen wrote:
On 9 Aug 2022, at 09:24, ToddAndMargo via perl6-users
wrote:
On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users
wrote:
$ raku -Msigpipe -e 'loop { say "y"}' | sed 3q
===SORRY!=== Error while compiling -e
Could not find sigpipe in:
/home/ton
Good chance it will if:
a. that works in plain Perl
b. you have Inline::Perl5 installed
c. you do "use Net::FTP:from"
d. you change -> to .
> On 9 Aug 2022, at 11:46, ToddAndMargo via perl6-users
> wrote:
>
> On 8/9/22 00:56, Elizabeth Mattijsen wrote:
>>> On 9 Aug 2022, at 09:24, ToddAndMargo
On 8/9/22 03:09, Elizabeth Mattijsen wrote:
Good chance it will if:
a. that works in plain Perl
b. you have Inline::Perl5 installed
c. you do "use Net::FTP:from"
d. you change -> to .
Thank you!
I always had fit trying to understand Perl 5's OOP
and a lot of guys tried to get me to use it.
Hello,
I'm trying to uninstall old versions of some modules; it looks like it's
working but in reality it isn't. For example, but it's not limited to just
this module:
$ zef list --installed|grep CBOR
===> Found via /opt/rakudo-pkg/share/perl6/core
===> Found via /home/nando/.raku
CBOR::Simple:ve
> On 9 Aug 2022, at 13:53, Fernando Santagata wrote:
>
> Hello,
>
> I'm trying to uninstall old versions of some modules; it looks like it's
> working but in reality it isn't. For example, but it's not limited to just
> this module:
>
> $ zef list --installed|grep CBOR
> ===> Found via /opt/r
On Tue, Aug 9, 2022 at 2:13 PM Elizabeth Mattijsen wrote:
> > On 9 Aug 2022, at 13:53, Fernando Santagata
> wrote:
> >
> > Hello,
> >
> > I'm trying to uninstall old versions of some modules; it looks like it's
> working but in reality it isn't. For example, but it's not limited to just
> this m
> On 9 Aug 2022, at 15:10, Fernando Santagata wrote:
>
> On Tue, Aug 9, 2022 at 2:13 PM Elizabeth Mattijsen wrote:
> > On 9 Aug 2022, at 13:53, Fernando Santagata
> > wrote:
> >
> > Hello,
> >
> > I'm trying to uninstall old versions of some modules; it looks like it's
> > working but in
10 matches
Mail list logo