sub wibble { return unless @_ > 2; my ($string, $position, $count) = map { alias } @_; # . . . }