in reply to Just want to print "userName"
Also, is there a reason you are stepping through the @curusers array two elements at a timefor $i (0 .. $#curusers) { print "$i: $value: $curusers[$i]{$value}"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Just want to print "userName"
by Anomynous Monk (Scribe) on Mar 17, 2004 at 04:07 UTC |