1
perl -le'*{$#_}=sub{world},s;"*;$,=$";e,*{$"}=sub{Hello},print$_--->(),&$_'
Perl Hello world!
by Simon Law,
March 18, 2008 13:49,
1 refactoring, tagged with perl, obfuscated, hello world, one-liner
1 2 3 4
#!/usr/bin/env ruby files = ARGV.collect { |fname| File.new(fname, 'w') } ...
Ruby Randomly split input lines.
by Scott Robinson,
November 15, 2007 08:56,
No refactoring, tagged with short, functional, oneliner, one-liner
My first Ruby script. I'm c...
Can you refactor this to ma...