Loop variables in foreach loops must be scalars, but scalars can be array references.foreach $Elements (@Array) { print $Elements->[0] . 'x' . $Elements->[1]; }
In reply to Re^3: Sorting array with multiple values per keys
by betterworld
in thread Sorting array with multiple values per keys
by cowgirl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |