my @refarray = ([qw/this is the first line/], [qw/second one is here/], ); print "@{$refarray[0]}\n";