@numbers = (1,2,3,4); foreach $num (@numbers) { @store_get$num = $num; #The array name doesnt work }