sub bleh { if (@_) { return sort @_; } else { return sort 0; } }