in reply to Filling an array. (Golf challenge?)

Well, I came up with the following and then saw that Crazyinsomniac had done a variation on it already :P. Still, ++ for an interesting node!
@temp = map{glob"{a$_,b$_,c$_,d$_,e$_,f$_,g$_,h$_}"}(1..8); print join '',@temp;