المجموعات
المجموعات
تسجيل الدخول
المجموعات
المجموعات
perl.perl6.users
المحادثات
لمحة
إرسال ملاحظات
مساعدة
لم تعُد "مجموعات Google" تتيح المشاركات أو الاشتراكات الجديدة من Usenet. وسيبقى بالإمكان عرض المحتوى السابق.
إغلاق
مزيد من المعلومات
مسار المجموعة
perl.perl6.users
1–30 من 1146
تصنيف "مقروءة" للكل
الإبلاغ عن مجموعة
ما مِن صف تم اختياره.
Elizabeth Mattijsen
2
12/2/2024
Re: pm6 naming convention
It's been marked as DEPRECATED since 2023.12 I believe. > On 12 Feb 2024, at 20:34,
غير مقروءة،
Re: pm6 naming convention
It's been marked as DEPRECATED since 2023.12 I believe. > On 12 Feb 2024, at 20:34,
12/2/2024
Elizabeth Mattijsen
10/2/2024
Re: disable coercing?
> On 10 Feb 2024, at 08:56, ToddAndMargo via perl6-users <perl6...@perl.org> wrote: >
غير مقروءة،
Re: disable coercing?
> On 10 Feb 2024, at 08:56, ToddAndMargo via perl6-users <perl6...@perl.org> wrote: >
10/2/2024
Elizabeth Mattijsen
2
6/2/2024
Re: -c question
Do you have some "use lib 'foo'" setting in your program? If so, use that on the
غير مقروءة،
Re: -c question
Do you have some "use lib 'foo'" setting in your program? If so, use that on the
6/2/2024
Elizabeth Mattijsen
7/1/2024
Re: optimizer?
$ raku --help ... --optimize=level use the given level of optimization (0..3) ... > On 7 Jan 2024,
غير مقروءة،
Re: optimizer?
$ raku --help ... --optimize=level use the given level of optimization (0..3) ... > On 7 Jan 2024,
7/1/2024
Elizabeth Mattijsen
20/12/2023
Re: initializing Pointer
Looking at the Pointer class code, it looks like you can either create it without arguments, or with
غير مقروءة،
Re: initializing Pointer
Looking at the Pointer class code, it looks like you can either create it without arguments, or with
20/12/2023
Elizabeth Mattijsen
2
11/12/2023
Re: .contains question
my $x="abc45def"; my @y=<abcdefghij 1 2 3 4 5>; say so $x.contains(any @y); "so
غير مقروءة،
Re: .contains question
my $x="abc45def"; my @y=<abcdefghij 1 2 3 4 5>; say so $x.contains(any @y); "so
11/12/2023
Dominique Dumont
2/12/2023
Stepping down from rakudo packaging for Debian
Hello After 10 years of maintaining rakudo and it modules for Debian, I've never really managed
غير مقروءة،
Stepping down from rakudo packaging for Debian
Hello After 10 years of maintaining rakudo and it modules for Debian, I've never really managed
2/12/2023
raf via perl6-users
27/11/2023
Help with macports port for zef
Hi. I'm trying to create a macports portfile for zef so that macports users can easily install
غير مقروءة،
Help with macports port for zef
Hi. I'm trying to create a macports portfile for zef so that macports users can easily install
27/11/2023
Andinus via perl6-users
2
27/10/2023
Re: is there an AI on the beginner chat line?
ToddAndMargo via perl6-users @ 2023-10-27 03:19 -07: > On 10/27/23 00:10, Andinus via perl6-users
غير مقروءة،
Re: is there an AI on the beginner chat line?
ToddAndMargo via perl6-users @ 2023-10-27 03:19 -07: > On 10/27/23 00:10, Andinus via perl6-users
27/10/2023
Darren Duncan
30/7/2023
Raku regex assert doesn't match
Hello, I have a Raku regex question. See the following: token nonquoted_alphanumeric_text { <!
غير مقروءة،
Raku regex assert doesn't match
Hello, I have a Raku regex question. See the following: token nonquoted_alphanumeric_text { <!
30/7/2023
ToddAndMargo via perl6-users
23/6/2023
Tip: my keeper example of qqx and match
Hi All, I wrote myself a nice example of how to use `qqx` and `m:` (match). It is pretty simple, so
غير مقروءة،
Tip: my keeper example of qqx and match
Hi All, I wrote myself a nice example of how to use `qqx` and `m:` (match). It is pretty simple, so
23/6/2023
ToddAndMargo via perl6-users
2
20/6/2023
Is this a regex bug?
On 6/20/23 13:32, Bruce Gray wrote: > > >> On Jun 19, 2023, at 18:50, ToddAndMargo via
غير مقروءة،
Is this a regex bug?
On 6/20/23 13:32, Bruce Gray wrote: > > >> On Jun 19, 2023, at 18:50, ToddAndMargo via
20/6/2023
ToddAndMargo via perl6-users
4
19/6/2023
Need regex in the middle wildcard help
On 6/19/23 07:39, Richard Hainsworth wrote: > HI Todd, > > Some more clean up: > > On
غير مقروءة،
Need regex in the middle wildcard help
On 6/19/23 07:39, Richard Hainsworth wrote: > HI Todd, > > Some more clean up: > > On
19/6/2023
ToddAndMargo via perl6-users
11/6/2023
Tip: Rakudo-2023.05.01 upgrade issue
Hi All, Fedora 37 RakudoPkgFedora37-2023.05.01.x86_64.rpm https://github.com/nxadm/rakudo-pkg/
غير مقروءة،
Tip: Rakudo-2023.05.01 upgrade issue
Hi All, Fedora 37 RakudoPkgFedora37-2023.05.01.x86_64.rpm https://github.com/nxadm/rakudo-pkg/
11/6/2023
ToddAndMargo via perl6-users
3
27/3/2023
my zenity adventure
> On 27 March 2023 01:35:39 CEST, ToddAndMargo via perl6-users > <perl6...@perl.org>
غير مقروءة،
my zenity adventure
> On 27 March 2023 01:35:39 CEST, ToddAndMargo via perl6-users > <perl6...@perl.org>
27/3/2023
Nathan Gray
23/3/2023
suggestions for tracking down memory leaks
I have a program that I intend to run for days or weeks at a time, but it is being killed by the OS
غير مقروءة،
suggestions for tracking down memory leaks
I have a program that I intend to run for days or weeks at a time, but it is being killed by the OS
23/3/2023
rir
,
Vadim Belman
3
21/3/2023
Undefine mixed data
I'm unable to follow the whole thread in depth, but the point I'd like to make is directly
غير مقروءة،
Undefine mixed data
I'm unable to follow the whole thread in depth, but the point I'd like to make is directly
21/3/2023
Vadim Belman
28/12/2022
Rakudo CoreDev Class, session 2
Dear rakoons, Since I have a Zoom meeting allocated for the class, the previously announced schedule
غير مقروءة،
Rakudo CoreDev Class, session 2
Dear rakoons, Since I have a Zoom meeting allocated for the class, the previously announced schedule
28/12/2022
ToddAndMargo via perl6-users
,
Gianni Ceccarelli
3
7/12/2022
Name of calling program
On 12/7/22 09:06, Gianni Ceccarelli wrote: > On Wed, 7 Dec 2022 08:58:19 -0800 > ToddAndMargo
غير مقروءة،
Name of calling program
On 12/7/22 09:06, Gianni Ceccarelli wrote: > On Wed, 7 Dec 2022 08:58:19 -0800 > ToddAndMargo
7/12/2022
ToddAndMargo via perl6-users
3
7/12/2022
"returns" question
On 12/7/22 02:02, ToddAndMargo via perl6-users wrote: > use "export" "exports"
غير مقروءة،
"returns" question
On 12/7/22 02:02, ToddAndMargo via perl6-users wrote: > use "export" "exports"
7/12/2022
ToddAndMargo via perl6-users
2
6/12/2022
pointer confusion
On 12/6/22 15:40, ToddAndMargo via perl6-users wrote: > On 12/5/22 16:35, Ralph Mellor wrote: >
غير مقروءة،
pointer confusion
On 12/6/22 15:40, ToddAndMargo via perl6-users wrote: > On 12/5/22 16:35, Ralph Mellor wrote: >
6/12/2022
ToddAndMargo via perl6-users
6
6/12/2022
Raku opens a notepad when executing a .bat
On 12/6/22 07:31, ToddAndMargo via perl6-users wrote: > On 12/6/22 01:44, ToddAndMargo via perl6-
غير مقروءة،
Raku opens a notepad when executing a .bat
On 12/6/22 07:31, ToddAndMargo via perl6-users wrote: > On 12/6/22 01:44, ToddAndMargo via perl6-
6/12/2022
ToddAndMargo via perl6-users
2
5/12/2022
Session ID
On 11/14/22 12:54, ToddAndMargo via perl6-users wrote: > Hi All, > > Windows 11 22H2 >
غير مقروءة،
Session ID
On 11/14/22 12:54, ToddAndMargo via perl6-users wrote: > Hi All, > > Windows 11 22H2 >
5/12/2022
ToddAndMargo via perl6-users
1/12/2022
Tip: use of pointers example
Hi All, Windows 11 pro 22H2 The following is a test example of the use of pointers for calling
غير مقروءة،
Tip: use of pointers example
Hi All, Windows 11 pro 22H2 The following is a test example of the use of pointers for calling
1/12/2022
ToddAndMargo via perl6-users
3
1/12/2022
NativeCall and pointers question
On 11/30/22 12:53, ToddAndMargo via perl6-users wrote: > Let me ask this question a little simpler
غير مقروءة،
NativeCall and pointers question
On 11/30/22 12:53, ToddAndMargo via perl6-users wrote: > Let me ask this question a little simpler
1/12/2022
ToddAndMargo via perl6-users
30/11/2022
When to use .new?
Hi All, Why can I get away with my Str $x = ""; But I have to use .new here (an other
غير مقروءة،
When to use .new?
Hi All, Why can I get away with my Str $x = ""; But I have to use .new here (an other
30/11/2022
ToddAndMargo via perl6-users
,
Elizabeth Mattijsen
4
29/11/2022
What is this "\t"?
Perhaps it would make sense to export these to a separate Gnome::Constants module? > On 29 Nov
غير مقروءة،
What is this "\t"?
Perhaps it would make sense to export these to a separate Gnome::Constants module? > On 29 Nov
29/11/2022
ToddAndMargo via perl6-users
3
29/11/2022
What does this line mean?
On 11/25/22 19:21, ToddAndMargo via perl6-users wrote: > Hi All, > > > I am confused!
غير مقروءة،
What does this line mean?
On 11/25/22 19:21, ToddAndMargo via perl6-users wrote: > Hi All, > > > I am confused!
29/11/2022
Vadim Belman
25/11/2022
Rakudo CoreDev Class
Since no other proposals were made I plan to hold the class on Saturday, Dec 3, 20:00UTC. Here is the
غير مقروءة،
Rakudo CoreDev Class
Since no other proposals were made I plan to hold the class on Saturday, Dec 3, 20:00UTC. Here is the
25/11/2022
ToddAndMargo via perl6-users
,
rir
2
25/11/2022
bug in REPL
On Thu, Nov 24, 2022 at 08:55:05PM -0800, ToddAndMargo via perl6-users wrote: > Fedora 36 >
غير مقروءة،
bug in REPL
On Thu, Nov 24, 2022 at 08:55:05PM -0800, ToddAndMargo via perl6-users wrote: > Fedora 36 >
25/11/2022