On 8/23/06, Larry Wall <[EMAIL PROTECTED]> wrote:
you really want:

    if $a ~~ Array {

and that also matches Array::Const, assuming it's derived from Array.

Well, actually Array would be a subtype of Array::Const, not t'other
way round.  That is a little bit disconcerting, because when you say
$a ~~ Array, you probably want the const ones too.  I'm not in a state
of mind to resolve the issue at the moment, but I'll happily point it
out. :-)

Luke

Reply via email to