Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: transforming XY data to X and Multiple Y column data?

by Kanji (Parson)
on Sep 26, 2010 at 20:24 UTC ( [id://862117]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @id = (
      [
        [            ], # id1-0
    ...
      ],
      # ...
    );
    
  2. or download this
    @id = (
      {
        id3 => [  0,  0,  0 ],
    ...
      },
      # ...
    );
    
  3. or download this
    %id = (
      0 => {
        id3 => [  0,  0,  0 ],
    ...
      },
      # ...
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found