On Mon, 14 May 2001 20:38:31 +0100, Graham Barr wrote:

>You forgot
>
>         $bar[$foo]; # $bar is an array reference
>         $bar{$foo}; # $bar is a hash reference

As to what the combined

        $bar[$foo]

would mean: that depends on what $bar contains.

(Aw! That hurt!)

-- 
        Bart.

Reply via email to