Help for this page

Select Code to Download


  1. 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
    
  2. or download this
                        
        push(@sample_ids,$line);
            print(@sample_ids);
    
  3. or download this
                        
    push(@sample_ids,$line);
                            
    ...
    }#End of the for-each loop        
    
    print $sample_ids[3];
    
  4. or download this
    foreach my $records (@merged_array) {
        my @elements = split /,/, $records;
    
            print $elements[0];