Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
The stupid question is the question not asked
 
PerlMonks  

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

by merlyn (Sage)
on Apr 23, 2001 at 20:26 UTC ( [id://74862]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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

Ahh, then it's just a matter of asking for the right print! The idiom for "extract a column while printing" is known, and reusable:
my @AoA = map [split], <DATA>; print join(", ", map $AoA[0][$_], 0..$#{$AoA[0]}), "\n";

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: Re: Re: Short (and clever?) CSV-to-AoA
by scott (Chaplain) on Apr 23, 2001 at 20:51 UTC

    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.

        :) 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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://74862]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.