Beefy Boxes and Bandwidth Generously Provided by pair Networks BBQ
There's more than one way to do things
 
PerlMonks  

RE: RE: Re: encryption

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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 03: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 14: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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.