Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: An Useless Cipher

by jwkrahn (Abbot)
on Jul 27, 2009 at 10:11 UTC ( [id://783490]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        for $j ( 0 .. $#bits ) {
            $bits[$j] =~ s/1/x/;
            $bits[$j] =~ s/0/1/;
            $bits[$j] =~ s/x/0/;
        }
    
  2. or download this
        tr/01/10/ for @bits;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found