Aankhen
Sat, 30 Jul 2005 08:54:24 -0700
On 7/30/05, Larry Wall <[EMAIL PROTECTED]> wrote:
> On Sat, Jul 30, 2005 at 02:14:52PM +0200, Ingo Blechschmidt wrote:
> : say $arrayref.isa("Ref"); # true or false?
>
> False, though tied($arrayref).isa("Ref") is probably true.
In that case, how do you check if something is a ref? `if (tied($foo))`? Aankhen