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 teste

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 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/pe

output from an array

2002-11-20 Thread Jose Malacara
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 open(DATAFILE, "datafile") || die "Una