Why would you want to use keys @bb[1..5] when you can use 1..5?
Why would you want to use values @bb[1..5] when you can use @bb[1..5]?
In reply to Re: why each/keys/values can't work on slice?
by ikegami
in thread why each/keys/values can't work on slice?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |