Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Just want to print "userName"

by tcf22 (Priest)
on Mar 16, 2004 at 21:57 UTC ( [id://337147]=note: print w/replies, xml ) Need Help??


in reply to Just want to print "userName"

You don't need to loop through the hash in the second loop. Try this:
for $i (0 .. $#curusers){ print "$i:userName is $curusers[$i]{userName}\n"; }
This is one of a few issues I see. Maybe seeing the code for ars_GetListUser() would give us a litte more insite.

Update:Fixed wrong answer. I'm just not thinking.

- Tom

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://337147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-29 11:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found