Dear All,
If I have a hash $foo, with keys $bar, and I store a variable length array with values at index $idx, such that
$foo{$bar}->[$idx]is a value, then:
* how do I delete an element (say, at position $idx) from the array I have referenced from the hash?
'Delete' does not seem to do the trick, and I am not sure how to use 'Splice' in this specific example.
Thanks in advance! :)
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |