1
vote
Stack overflow code golf
There was a perl one already, but this is a couple characters shorter (9 vs 12) - and it doesn't recurse :)
s//*_=0/e
…
7
votes
Humor in code
I think one of the funnier ones I've seen is a perl function that had a hash named ofTheJedi (instead of some generic "this holds data" name).
Then only reason it was named that way was so …
