Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Reverse Alphabetically Sorting an array

by DaWolf (Curate)
on Jan 11, 2005 at 05:30 UTC ( [id://421191]=note: print w/replies, xml ) Need Help??


in reply to Reverse Alphabetically Sorting an array

BTW, your sub's code:
sub reversi { my (@array) = @_; print resverse sort(@array); }
should be:
sub reversi { my (@array) = @_; print reverse sort(@array); }
There's a typo on reverse.

Regards,

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-20 16:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found