http://qs1969.pair.com?node_id=40303


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+"