[EMAIL PROTECTED] (Luke Palmer) writes: > push @a: [1,2,3,4]; > > pushes an array ref onto @a. > > push @a: *[1,2,3,4]; > > pushes 1, 2, 3, and 4 onto @a (as it would without the * and []).
Remind me which language this is supposed to be, again? -- "Life sucks, but it's better than the alternative." -- Peter da Silva