Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

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

by scott (Chaplain)
on Apr 23, 2001 at 23:59 UTC ( [id://74845]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1, 4, 7, A, D, G, J, M, P, S, V, Y
    
  2. or download this
    my @AoA = map [split], <DATA>;
    
    print join( ', ' , @{ $AoA[ 0 ] } ) , "\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://74845]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2025-01-18 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.