ITmajor has asked for the wisdom of the Perl Monks concerning the following question:
name1 name2 name3 name4 name5 name6 name7 name8 name9 data1 data2 data3 data4 data5 data6 data7 data8 data9 data1 data2 data3 data4 data5 data6 data7 data8 data9 I want to create an array that will look like this: data1 data4 data8 data1 data4 data8This will allow me to plot (x,y) scatter graphs based on user's criteria. For example: (data1,data3) or (data1,data8)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Two dimension array from text file
by thezip (Vicar) on Jul 11, 2008 at 16:44 UTC | |
|
Re: Two dimension array from text file
by MidLifeXis (Monsignor) on Jul 11, 2008 at 16:59 UTC | |
|
Re: Two dimension array from text file
by samtregar (Abbot) on Jul 11, 2008 at 16:44 UTC | |
|
Re: Two dimension array from text file
by karavelov (Monk) on Jul 11, 2008 at 16:45 UTC |