in reply to Re^4: Passing array pointer through script input
in thread Passing array pointer through script input

Maybe old-school piping via STDOUT/STDIN (see IPC::Open2) is something for you if you can write/retrieve the arrays line by line?
  • Comment on Re^5: Passing array pointer through script input