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