On Thu, 2003-10-30 at 12:26, Michael Bowden wrote:
> Hi folks:
>
> I first want to apologize for this post. I think that during the fall
> back, I lost a few brain cells.
>
> I am working on a Perl script to update a data file. I load my data
> into an array. I want to cycle through the arra
Michael Bowden wrote:
Hi folks:
I first want to apologize for this post. I think that during the fall
back, I lost a few brain cells.
I am working on a Perl script to update a data file. I load my data
into an array. I want to cycle through the array and make changes. Then
output the array to
On Thu, 30 Oct 2003, Michael Bowden wrote:
> I read in an array from a file. It looks something like this:
>
> 200044455669,,abcdefg,777,f00,f00,f00,f00,a01,b23,c45,d00,e10,no,no,no,no,no,
> 200011122333,,hikls,223,f32,f43,f00,f00,a04,b06,c08,d03,e09,no,no,no,no,no,
> mrgreenjeans,,pqrstu
Hi folks:
I first want to apologize for this post. I think that during the fall
back, I lost a few brain cells.
I am working on a Perl script to update a data file. I load my data
into an array. I want to cycle through the array and make changes. Then
output the array to a file. In the past