brentheigold has asked for the wisdom of the Perl Monks concerning the following question:
So now I wanted to convert it into something that you would access using the foreach and split statements, so again if i were going through the debugger and wanted to see it, this is the format i would want it to be in:1 ARRAY(0x4779c0) 0 'IBM' 1 'B' 2 226110 3 22020702 4 545 5 12.5109 2 ARRAY(0x477a68) 0 'AOL' 1 'B' 2 '4RK11709' 3 20020702 4 3455 5 81.3588
How would you convert from the indexed-record array to the comma-separated array? Thanks in advance, Brent.0 'IBM,B,226110,20020702,545,12.5109' 1 'AOL,B,4RK11709,20020702,3455,12.5109'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Converting an index record array into a comma-separated array.
by jeffa (Bishop) on Jul 15, 2002 at 15:22 UTC | |
|
Re: Converting an index record array into a comma-separated array.
by japhy (Canon) on Jul 15, 2002 at 15:41 UTC | |
|
Re: Converting an index record array into a comma-separated array.
by krujos (Curate) on Jul 15, 2002 at 15:21 UTC | |
by Abigail-II (Bishop) on Jul 15, 2002 at 15:49 UTC | |
|
Re: Converting an index record array into a comma-separated array.
by BrowserUk (Patriarch) on Jul 15, 2002 at 15:53 UTC | |
by jeffa (Bishop) on Jul 15, 2002 at 16:09 UTC |