Makarczyk has asked for the wisdom of the Perl Monks concerning the following question:
$element_count=0; foreach $element (@CLIQUE_ID_START_LINES) { if ($element != $CLIQUE_ID_START_LINES[$#CLIQUE_ID_START_LINES]) { for ($i = $element; $i<=$CLIQUE_ID_START_LINES[$element_count+1] +; $i++) { push(@CLIQUE_DETAILS_$element_count, $VCONFIG[$i]); } $element_count++ }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: variable array names
by gellyfish (Monsignor) on Oct 15, 2004 at 14:18 UTC | |
by Eimi Metamorphoumai (Deacon) on Oct 15, 2004 at 14:57 UTC | |
by Makarczyk (Initiate) on Oct 18, 2004 at 15:50 UTC |