[Zope] passing a list to per external method

chris chris@valley-internet.com
Fri, 7 Feb 2003 10:44:12 -0800


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.