perl -le'*{$#_}=sub{world},s;"*;$,=$";e,*{$"}=sub{Hello},print$_--->(),&$_'
Perl Hello world!
by Simon Law,
March 18, 2008 13:49,
3 refactorings, tagged with perl, one-liner, obfuscated, hello world
perl -le'*{$#_}=sub{world},s;"*;$,=$";e,*{$"}=sub{Hello},print$_--->(),&$_'
Can you refactor this to ma...