[] [1,2,3] [1,2,$x] #### [1,2,3] # is the same as anon_array(1,2,3); sub anon_array { my @a = @_; \@a }