in reply to Re: Array Splicing: Need Help!in thread Array Splicing: Need Help!
Splicing modifies the array. Slicing returns a list without modifying the original data structure (whether it's a hash, an array, or a list).