Re: RFC 224 (v1) Objects : Rationalizing C<ref>, C<attribute::reftype>, and C<builtin::blessed>

[email protected] (Tom Christiansen) Mon, 18 Sep 2000 08:54:30 -0600
Newsgroups perl.perl6.language.objects
Message-ID <20366.969288870@chthon>
>This RFC proposes that rather than three separate mechanisms (in three
>separate namespaces) to determine object typing information, Perl 6
>simply extend the C<ref> function to return all the necessary
>information in a list context.

That sounds nice.  It would also cure the funny business I tacitly
demonstrated in my last message in which ref defaults to $_ but
that reftype does not.

--tom