Re: How to concatenate nested arrays of strings

2004-12-27 Thread John W. Krahn
Siegfried Heintze wrote: I'm writing perl cgi and I like to buffer my output in an array of strings. I just decided it would be very useful to be able to have nested arrays. Below is a little function that does what a want. However, (1) Is there a more compact way of performing this nested conc

How to concatenate nested arrays of strings

2004-12-27 Thread Siegfried Heintze
I'm writing perl cgi and I like to buffer my output in an array of strings. I just decided it would be very useful to be able to have nested arrays. Below is a little function that does what a want. However, (1) Is there a more compact way of performing this nested concatenation? (2)