in reply to Re^4: Modifying text filein thread Modifying text file
As you are new to Perl I want to comment at least on one line in your code:
@names12[$i]=@myNames[$i]+','; [download]