in reply to list of lists?
Perl (5) does not have a (built in) "tuple" data structure, as found in, e.g, Python. As already shown, use an array of array references instead.