[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
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]