What is the syntax for passing a list to a perl external method? Can it even be done? Every time I try, the perl method just gets the literal list (['element1','element2'], etc...) as the first parameter. I would think there is a way to do this, since you can do the opposite by having perl return a reference to a hash.