in reply to Re: splitting array values
in thread splitting array values
Also when I print print $score[0]; it still gives me all the contents of the array. Thankswhile( ($key, $value) = each %rank ) { $rank = $rank . " " . $key; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (2): splitting array values
by VSarkiss (Monsignor) on May 20, 2004 at 02:10 UTC | |
by mkurtis (Scribe) on May 20, 2004 at 04:05 UTC |