Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
The problem is that i dont know how many elements are in the array, and need to do this for every possible element! Really hope someone can help. Cheersmy @segment1 = split ('', $genome[0]); my @segment2 = split ('', $genome[1]); my @segment3 = split ('', $genome[2]); my @segment4 = split ('', $genome[3]); my @segment5 = split ('', $genome[4]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: splitting every element of an array
by xmath (Hermit) on Feb 25, 2003 at 13:34 UTC | |
by MarkM (Curate) on Feb 26, 2003 at 05:55 UTC | |
by graff (Chancellor) on Feb 26, 2003 at 06:21 UTC | |
by xmath (Hermit) on Feb 26, 2003 at 08:49 UTC | |
|
Re: splitting every element of an array
by Hofmator (Curate) on Feb 25, 2003 at 13:49 UTC |