RE: output from an array

2002-11-21 Thread Timothy Johnson
11:31 PM Subject: output from an array Can someone please tell me what I'm doing wrong here? I have a data file that looks like this: jason,texas,austin tim,denver,colorado jose,oregon,portland And a script to update the last field and output the results with the new city: #!/usr/bin/perl -w

Re: output from an array

2002-11-21 Thread Sudarshan Raghavan
On 21 Nov 2002, Jose Malacara wrote: Can someone please tell me what I'm doing wrong here? I have a data file that looks like this: jason,texas,austin tim,denver,colorado jose,oregon,portland And a script to update the last field and output the results with the new city:

Re: output from an array

2002-11-21 Thread Paul Johnson
Jose Malacara said: Can someone please tell me what I'm doing wrong here? I have a data file that looks like this: jason,texas,austin tim,denver,colorado jose,oregon,portland And a script to update the last field and output the results with the new city. Without having tested, I would