View Single Post
  #7  
Old September 30th, 2004, 02:10 PM
Aiken's Avatar

Aiken Aiken is offline
Major
 
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
Aiken is on a distinguished road
Default Re: OT: Email Addresses

This one is especially usefull for windowsers:
Code:
 #!/usr/bin/perl
foreach(reverse((split//,
qq~hsp/sfldbi.umbAgmbeobh~
))) {print chr (ord( $_ ) - 1);}


Reply With Quote