Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Complex sorting

by seacloud (Initiate)
on Jul 20, 2004 at 19:01 UTC ( [id://376054]=note: print w/replies, xml ) Need Help??


in reply to Complex sorting

Thanks for this tight little tutorial. I'm still trying to wrap my inexperienced head around parts of it. However, in working the first example, I discovered a typo:

You wrote

join(' '),@revletters;
I think it should be
join(' ',@revletters);
(I merely changed the location of the closing parenthesis)

Cheers!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://376054]
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-03-19 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found