use strict; @_=('a'..'z');$_=join(/,/,@_); @_=qw/7 20 18 14 5 19/;for $.(@_) {print substr($_, $., 1), "\n";}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: My first obfuscated code
by Beatnik (Parson) on Sep 22, 2002 at 11:14 UTC | |
by BrowserUk (Patriarch) on Sep 22, 2002 at 11:37 UTC | |
|
Re: My first obfuscated code
by Aristotle (Chancellor) on Sep 22, 2002 at 12:11 UTC |