Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to get sort-like semantics?

by jdporter (Paladin)
on Oct 25, 2007 at 12:38 UTC ( [id://647156]=note: print w/replies, xml ) Need Help??


in reply to How to get sort-like semantics?

sub mysort(&@) { my $func = shift; sort $func @_ }

What exactly do you mean by "sort-like semantics"?

A word spoken in Mind will reach its own level, in the objective world, by its own weight

Replies are listed 'Best First'.
Re^2: How to get sort-like semantics?
by ForgotPasswordAgain (Priest) on Oct 25, 2007 at 17:24 UTC
    What do you mean by "mean"?

Log In?
Username:
Password:

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

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

    No recent polls found