my @array = ('1','2','45','65','what is this?'); #want something like: my @array*2 = ('2','4','90','130','what is this?');