in reply to parse a csv file and create array of arrays and then plot the data

If your question is "Will you write this for me?" the answer is "No."

If you need help on some particular part of your code, then show what you've tried, and we'll be glad to help.

That's just the way the Monastery works. See On asking for help and How do I post a question effectively?.

  • Comment on Re: parse a csv file and create array of arrays and then plot the data

Replies are listed 'Best First'.
Re^2: parse a csv file and create array of arrays and then plot the data
by kamal (Sexton) on Jul 20, 2010 at 15:39 UTC
    :) i dont want anyone to write it for me. Even though looking at what i wrote looks that way. My Question is: In the code, i have the following as sample data
    my $data = [ [ 0,500,1000,1500,2000,2500,3000,3500,4000 ], [ 1000, 450, 550, 240, 120, 330 ], [ 3000, 650, 750, 555, 440, 550 ], ];
    I tried substituting the individual arrays in $data with: $column4 because the array reference $column4 is in a while loop so what i need is a hint of how to incorporate $column in $data