This is my first obfuscation(?), not much of an obfuscation though; but I had the idea of a chinease writing today when I was going to univsersity and thought of doing something with it.
#!/usr/bin/perl -w use strict; $_ = " ################### J A P H u n e a s o r c t t l k h e e r r ################### "; $_ = uc((split(/ /))[30]).lc((split(/ /))[10]).lc((split(/ /))[6]).chr +(ord((split(/ /))[18])-1).chr(ord((split(/ /))[14])+4);s/\n//g;print;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Chinease (sort of)
by tadman (Prior) on Apr 06, 2001 at 05:22 UTC |