while ( my $line = <$INFILE_link> ) { push @file_array, [ split ' ', $line ]; }