Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by graff (Chancellor)
on Sep 27, 2010 at 02:51 UTC ( [id://862146]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        #id1    #id2    #id3    
                    
    ...
    3 70                
    3 20                
    4 5
    
  2. or download this
    
            #id1    #id2    #id3    
    ...
    2       80      40        
    3       70      20        
    4               5
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        print OUT "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-24 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found