This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Common attribute system to allow user-defined, extensible attributes
=head1 VERSION
Maintainer: Nathan Wiger <[EMAIL PROTECTED]>
Date: 28 Sep 2000
Last Modified: 1 Oct 2000
Mailing List: [EMAIL PROT
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Elements of @_ should be read-only by default
=head1 VERSION
Maintainer: John Tobey <[EMAIL PROTECTED]>
Date: 28 Sep 2000
Last Modified: 1 Oct 2000
Mailing List: [EMAIL PROTECTED]
Number: 344
Ve
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Method calls SHOULD suffer from ambiguity by default
=head1 VERSION
Maintainer: Nathan Wiger <[EMAIL PROTECTED]>
Date: 24 Sep 2000
Last Modified: 28 Sep 2000
Mailing List: [EMAIL PROTECTED]
Number
Branch: refs/heads/master
Home: https://github.com/Raku/old-design-docs
Commit: b13e78fe5b9dc10bfdacb0122ea40a77b6037ac9
https://github.com/Raku/old-design-docs/commit/b13e78fe5b9dc10bfdacb0122ea40a77b6037ac9
Author: Stefan Seifert
Date: 2020-09-30 (Wed, 30 Sep 2020)
Change
Branch: refs/heads/master
Home: https://github.com/Raku/old-design-docs
Commit: 63e44c36351887f1eb76500d7102f0db44848d27
https://github.com/Raku/old-design-docs/commit/63e44c36351887f1eb76500d7102f0db44848d27
Author: niner
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/Raku/old-design-docs
Commit: 07ac3bb2ab509a5143e5f99a0e9c32b823828fae
https://github.com/Raku/old-design-docs/commit/07ac3bb2ab509a5143e5f99a0e9c32b823828fae
Author: librasteve <40125330+librast...@users.noreply.github.com>
Date:
Hello Mark,
I was thinking about submitting a talk on the P6 Object System, but I could
also change it to Grammars (or do both).
Cheers,
Laurent.
Le mar. 21 mai 2019 à 10:30, Marc Chantreux a écrit :
> hello perl6 people,
>
> we hope there will be some events around the French Per
Migrating this question over from perl6-users :
Can someone explain why in the second and third REPL code lines below,
line 2 returns a List while line 3 returns a Seq? And is there a
general rule to remember which code returns which data structure?
1> my %hash-with-arrays = a => [1
)
>
> Month.^enum_values
{apr => 4, aug => 8, dec => 12, feb => 2, jan => 1, jul => 7, jun => 6, mar
=> 3, may => 5, nov => 11, oct => 10, sep => 9}
> Month.^enum_value_list
(jan feb mar apr may jun jul aug sep oct nov dec)
>
> Month.^enum_keys
No s
Thank you Fernando!
(still on Rakudo 2020.10 here).
On Wed, May 5, 2021 at 10:24 AM Fernando Santagata <
nando.santag...@gmail.com> wrote:
> On Wed, May 5, 2021 at 6:00 PM William Michels via perl6-users <
> perl6-us...@perl.org> wrote:
>
>> Hello,
>>
>>
Branch: refs/heads/master
Home: https://github.com/Raku/old-design-docs
Commit: 1c4e6039a116421c7dbd36c56c34d3f774dcaf8f
https://github.com/Raku/old-design-docs/commit/1c4e6039a116421c7dbd36c56c34d3f774dcaf8f
Author: Will Coleda
Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed p
Hello,
I have a wish for Perl6. I think it would be nice to have the possibility
for more than one modifier after a simple statement.
For example:
print $a+$b if $a if $b for 1..3;
Gerd Pokorra
E-Mail: [EMAIL PROTECTED]
Hello,
I have a wish for Perl 6. I would like if the open-funktion
opens only a file if it doesn't exist.
Of course, I can first test if the file exist.
if (-e $filename)
{ print "file already exists!"; }
else
{ open (FH, ">$filename") }
My suggestion is to have a character for t
301 - 313 of 313 matches
Mail list logo