Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: reversed hash doesn't identify keys

by roboticus (Chancellor)
on Dec 11, 2012 at 22:33 UTC ( [id://1008415]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Take a word
    my $word = "Constantinople";
    ...
    
    # Join back into a single word:
    my $drow = join('', @srettel);
    
  2. or download this
    my $drow = join('', reverse split //, "Constantinople");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 03:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found