Hacker News new | ask | show | jobs
by pkrumins 5327 days ago
Even shorter!

    $ M=LWP::UserAgent && perl -M$M -le "print \$$M::VERSION"
Even even shorter!

    $ M=LWP::UserAgent;perl -M$M -Esay\$$M::VERSION
1 comments

This reminds me of that joke in which jokes have been reduced to numbers. It's nearly as obscure, too.
Did Gödel come up with that joke?