Help for this page
package ChainComparable; use strict; ... "<<" => comparison(sub { $_[0] < $_[1] }), ">>" => comparison(sub { $_[0] > $_[1] }), );