I have a series of HTML frames. In one frame I am outputting a series of results with a JavaScript 2-D array. I need to send this data via email to a certain distribution of people so I was gonna try to write a cgi script in perl to do so. I'm new to Perl so I was curious to see if anyone had a better idea ( is this a no brainer or a foolish endeavor? ). All the freebee cgi scripts can't understand my 2-D array...they only send one column of data and seem to fail to iterate through all columns. Pardon the ignorance, but is Perl a good way to do this or should I stray elsewhere?