- or download this
**************************************
Errors for file: Merged_CSVfiles_1.txt
...
Sample_identifier 11SS00303 / IRD Clinic clinic_HIV000140141:
* The following fields contain invalid values: yeah yeah yeah
- or download this
push(@sample_ids,$line);
print(@sample_ids);
- or download this
push(@sample_ids,$line);
...
}#End of the for-each loop
print $sample_ids[3];
- or download this
foreach my $records (@merged_array) {
my @elements = split /,/, $records;
print $elements[0];