sub lowercase { ( wantarray ? sub{@_} : sub{shift} )->( map { lc } @_ ); }