| If you'd normally use | then use |
|---|---|
| @a = grep { ... } @a | @{$h{$k}} = grep { ... } @{$h{$k}} |
| splice(@a, ...) | splice(@{$h{$k}}, ...) |
| etc | |
In reply to Re: Array Element Deletion
by ikegami
in thread Array Element Deletion
by rpike
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |