in reply to Re: Decompose a String into Tuples (Faster and Compact Way)
in thread Decompose a String into Tuples (Faster and Compact Way)
It will decompose into a such AoA:my $s1 = 'X -4 Y 3 Z';
Thanks so much beforehand. Really hope to hear from you again.$VAR = [["X", -4, "Y"], ["Y",3,"Z"]];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Decompose a String into Tuples (Faster and Compact Way)
by Roy Johnson (Monsignor) on Oct 16, 2005 at 13:43 UTC |