sub ListOfNames { return [ 'Tim', 'O', 'Tay' ], [ 'John', 'Fitz', 'Gerald' ], [ qw(Gerald Fitz John) ], [ '', 'not', 'present' ], [ 'Billy', 'Bob', 'Thornton' ], ; }