Help for this page
sub bleh { sort @_ ? @_ : 0; }
sub bleh { sort (@_ ? @_ : 0); }
sub bleh { (sort @_) ? @_ : 0; }