I have a function writen in Perl that takes a name-value list (array) as
argument
and returns a name-value list (array).
My question is:
How to call this function from PHP and get the returned name-value list in
PHP variable?
Thanks.
argument
and returns a name-value list (array).
My question is:
How to call this function from PHP and get the returned name-value list in
PHP variable?
Thanks.
Comment