Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Doubt in Eval

by chrestomanci (Priest)
on Feb 17, 2012 at 21:26 UTC ( [id://954625]=note: print w/replies, xml ) Need Help??


in reply to Re: Doubt in Eval
in thread Doubt in Eval

As a footnote, the reason that $a is exempt from strict checking, is because it is one of the magic variables that you can use to specify a custom comparison to sort

For example, suppose you have a list of hashes, and you want to sort by the value of a key, you might write:,

my @persons_by_age = sort { $a->{'age'} <=> $b->{'age'} } @people;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-18 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found