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]


Reply via email to