Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

RE: RE: Re: encryption

by jlp (Friar)
on Nov 07, 2000 at 05:50 UTC ( [id://40303]=note: print w/replies, xml ) Need Help??


in reply to RE: Re: encryption
in thread encryption

Slightly more compact:
#!/usr/bin/perl -w use strict; $_ = "Ohg vg'f ernyyl n irel fvzcyr gnfx..."; tr/A-Za-z/N-ZA-Mn-za-m/; print;

Replies are listed 'Best First'.
RE: RE: RE: Re: encryption
by Anonymous Monk on Nov 07, 2000 at 08:23 UTC
    and a byte more compact: #!/usr/bin/perl -w use strict; $_ = "Ohg vg'f ernyyl n irel fvzcyr gnfx..."; y/A-Za-z/N-ZA-Mn-za-m/; print;
Re: RE: RE: Re: encryption
by Anonymous Monk on Jun 19, 2002 at 18:29 UTC
    thank you for doing my homework now im sure to gat an 'A+"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 10:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found