noobee has asked for the wisdom of the Perl Monks concerning the following question:
From the above data, I want to print:name(DAWSON) { Team 1 { Weight: 12.00; } vin(Y) { Status:Active; time { event: cancer; amount_raised { index1( 1, 2, 3, 4); index2(1, 11, 13,16); points(1,2,3,4, \ 5,6,7,8, \ 10,19,20,0, \ 0, 0, 8, 6 \ ); } } } }
Any help from the monks is appreciated. --Jessica.DAWSON:vin(Y):Status:Active:time:event: cancer:amount_raised:index1(1, +2,3,4):index2(1,11,13,16) ---> points(1,2,3,4,5,6,7,8,10,19,20,0,0,0, +8,6)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing multiple lines into a single line
by ysth (Canon) on Jan 09, 2008 at 01:23 UTC | |
by convenientstore (Pilgrim) on Jan 09, 2008 at 01:34 UTC | |
by noobee (Acolyte) on Jan 09, 2008 at 01:45 UTC | |
by noobee (Acolyte) on Jan 09, 2008 at 02:10 UTC | |
|
Re: Parsing multiple lines into a single line
by apl (Monsignor) on Jan 09, 2008 at 02:08 UTC | |
by noobee (Acolyte) on Jan 09, 2008 at 03:17 UTC |