Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Returning array values

by cybear (Monk)
on Jul 29, 2002 at 10:12 UTC ( [id://185934]=note: print w/replies, xml ) Need Help??


in reply to Re: Returning array values
in thread Returning array values

I believe that if you remove the second @ and the ()
from around the call to GetUsers():
 @users = @{GetUsers()};
leaving you with  @users = GetUsers();
your code should work the way you expected in the first place.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-19 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found