>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes:

DS> Nah, if it's in for scalars it might as well be in for everything. Not that 
DS> much more work to make it proper for hashes and arrays. (muddies empty list 
DS> assignments for hashes since you need to track which keys are localized, 
DS> but that's about it)


{Was,is}n't there a bug:

        @arr = 1..50;
        {
        local $arr[25] = 30;
        pop(@arr);
        }

What is in 25..30?

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to