HaloO, [EMAIL PROTECTED] wrote:
+Similarly, within a C<.{}> indexing operation you can use C<*[$idx]> +to convert from standard indices to user-defined: + + @lengths{ *[2] .. Oct } # Same as: @lengths{ Jan .. Oct }
Isn't that same as @length{Mar..Oct}? --