On 10 Aug 2000, Perl6 RFC Librarian wrote: > %hash = ( a=>1, b=>2, 'c', 3 ); > > does what it does in Perl 5, but works slightly differently. The list being > assigned consists of four elements (not six): a pair reference, another pair > reference, a string, and an integer. Well, I suppose that takes care of the typing issue. Nice work. -- Mike Pastore [EMAIL PROTECTED]
- RFC 84 (v1) Replace => (stringifying comma) with =&... Perl6 RFC Librarian
- Re: RFC 84 (v1) Replace => (stringifying comma... Mike Pastore
- Re: RFC 84 (v1) Replace => (stringifying comma... Jon Ericson
- Re: RFC 84 (v1) Replace => (stringifying comma... Brad Hughes
- Re: RFC 84 (v1) Replace => (stringifying comma... Damian Conway
- Re: RFC 84 (v1) Replace => (stringifying c... Jon Ericson
- Re: RFC 84 (v1) Replace => (stringifyi... Chaim Frenkel
- Re: RFC 84 (v1) Replace => (stringifying c... Nathan Wiger
- Re: RFC 84 (v1) Replace => (stringifyi... John Porter
- Re: RFC 84 (v1) Replace => (stringifying c... John Porter
- Re: RFC 84 (v1) Replace => (stringifying comma... Chaim Frenkel
- Re: RFC 84 (v1) Replace => (stringifying comma... Damian Conway