... this seemingly useful idiom for casting array refs back to arrays.
... and for creating global symbols (with the creation points buried in functions) to lie in wait to ambush your sanity during your next 3 AM debug session.
If you're not dealing with module operations (e.g., export of package variables), what would be wrong (or less useful) with using the standard lexical @$array_ref $#$array_ref $array_ref->[$index] @{ $array_ref }[ $n .. $m ] etc. dereferencing operators/operations?
In reply to Re: aliasing arrays using typeglob under strict
by AnomalousMonk
in thread aliasing arrays using typeglob under strict
by RockyMtn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |