Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Dropping the ampersand

by imp (Priest)
on Feb 09, 2007 at 21:12 UTC ( [id://599285]=note: print w/replies, xml ) Need Help??


in reply to Dropping the ampersand

Perl is very particular about the arguments to sort. In this case perl is interpreting your code to mean that it should use Con::liveones to sort the empty list ().

You should just store the list in a temporary array, otherwise you'll have to do something hideous like this:

my @livesys = sort @{[Con::liveones()]};

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://599285]
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: (5)
As of 2024-04-18 00:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found