in reply to Re: Re: Re: Short (and clever?) CSV-to-AoA
in thread Short (and clever?) CSV-to-AoA

Cool. But I don't want to extract a column while printing, the print was just a way of showing the results if someone wanted to run the code.

I want to have an AoA with each element being a column of data ...not that I ever said as much, which, in retrospect, would have avoided lots of time spent by other people trying to figure out what my real goal was.

Sorry.

And thanks for the 'idiom', I added it to my personal archive of neat little bits O'Perl.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Short (and clever?) CSV-to-AoA
by merlyn (Sage) on Apr 24, 2001 at 00:56 UTC

      :) OK, that's obviously a much more standard way to do it than mine... and 20% faster on the one platform I can test it on.

      Thanks.