in reply to Still slice impared
a slice of a list reference
Hate to be nitpicky (and the question has already been answered sufficiently), but there's no such thing as a list reference. That would be an array reference. A list is not a type of variable, whereas an array is. So you can only take a reference to an array, not a list.
|
|---|