Hi,

Larry Wall wrote:
> Except that you've rebound the container.  Hmm, maybe the original
> binding is an error.

what about:

    sub foo (Array $arrayref) {...}

    my @array = <a b c d>;
    foo @array;

The binding used by the parameter binding code does not use the
standard := operator then, right? (As it'd have to $arrayref :=
@array.)


--Ingo

-- 
Linux, the choice of a GNU | We are Pentium of Borg. Division is futile.
generation on a dual AMD   | You will be approximated.  
Athlon!                    | 

Reply via email to