Larry Wall skribis 2005-04-06 11:10 (-0700):
>     $$ref     follow the ref list to the actual object.

    my $foo;
    my $bar = \$foo;
    my $quux = \$bar;
    my $xyzzy = \$quux;

How then, with only $xyzzy, do you get $bar? $$xyzzy would follow until
$foo. I don't like this at all.

> $ref.foo() is one of those contexts that forces a deref.  The only way
> to call methods on the Ref itself is through var($ref), or whatever
> it's called today.

This is weird.


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to