@matrix = ( ["\n\nNo "], ["I ", "did "], ["not mean that, ", "get it now?"] ); grep{print}@matrix; grep{print}@$_ for @matrix;