http://www.perlmonks.org?node_id=696954


in reply to Beautiful code I wrote ;-)

This reminds me of the pleasingly symmetrical expression from the Shiny Ball Book (aka Effective Perl Programming) for finding the minimum of two numbers:

[ $a => $b ] -> [ $b <= $a ]

Replies are listed 'Best First'.
Re^2: Beautiful code I wrote ;-)
by explorer (Chaplain) on Jul 12, 2008 at 02:54 UTC