open(FILEA, "<", "Population.txt") or die("Cannot open: $!\n"); my @Data; @Data = ; #### $Data[0] = "$PopA"; $Data[1] = "$PopB";