Re: Array Manipulations

2004-01-08 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > > Hello Everyone, Hello, > I am a Perl newbie trying to learn as much Perl as I can. I am trying to > combine specific array elements into one single array element so that I can > write > to an Excel cell, where all the data will fit. > > For instance I have, > > ar

Array Manipulations

2004-01-07 Thread binhqnguyen
Hello Everyone, I am a Perl newbie trying to learn as much Perl as I can. I am trying to combine specific array elements into one single array element so that I can write to an Excel cell, where all the data will fit. For instance I have, array[0] = "F1: blue"; array[1] = "F2: green"; array[2]