Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Perl is a pain (spolier) (Score 1) 1260

Cute use of perl special characters and logical ops. For those that need hints. A regexp like (?{ <code> }) means run <code> as if it were perl. The <code> is constructed from exclusive or'ed strings that get concatenated. The resulting code is

print "I won",$/

$/ is the special variable for "input separator".

For other obfuscated code in C visit http://www.ioccc.org

Slashdot Top Deals

Kill Ugly Processor Architectures - Karl Lehenbauer

Working...