On Fri, Jun 27, 2008 at 12:29:00PM -0700, Rudd Zwolinski wrote:
> This may be a simple question, but I need to know if the order of list
> items in a passed list will be guaranteed. For instance, if in one
> component, I have three lists @names, @ages, and @heights, where
> $names[i] has age $ages
Yes. They are lists, not sets. :)
On Jun 27, 2008, at 12:29 PM, Rudd Zwolinski wrote:
> This may be a simple question, but I need to know if the order of list
> items in a passed list will be guaranteed. For instance, if in one
> component, I have three lists @names, @ages, and @heights, where
>
This may be a simple question, but I need to know if the order of list
items in a passed list will be guaranteed. For instance, if in one
component, I have three lists @names, @ages, and @heights, where
$names[i] has age $ages[i] and height $heights[i]. If I pass these to
a component, will the in
3 matches
Mail list logo