>>>>> "Chris" == Chris Bolt <[EMAIL PROTECTED]> writes:

> perl -e 'while(<>){$_=~tr/A-Za-z/N-ZA-Mn-za-m/;print}'
> Then paste the email :-)

Or, a bit shorter,

$ tr 'a-zA-Z' 'n-za-mN-ZA-M' < email
-- 
"Hitting your modem with an aluminum baseball bat is only going to get
you electrocuted. Try a wooden one."

- Lynn Marshall

Reply via email to