* Martin Kjeldsen <[EMAIL PROTECTED]> [2006-05-24 12:25]: > I understand this as the hash entry with key 'array' get > assigned a array consisting of $count number multiplied by > $scale. If that is right, we must be modifying $arg_for > (%buckets) since we are adding an entry to the hash.
$arg_for is a reference to a hash. The hash is modified, but not the reference to it. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>