Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Rot13 Challenge

by PyrexKidd (Monk)
on Feb 10, 2011 at 01:01 UTC ( [id://887321]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    close $ENCRYPTED_STRING;
    
    say $encrypted_string;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $input =~ tr/abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/nopq
    +rstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM/;
    say $input;
    

Log In?
Username:
Password:

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

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

    No recent polls found