in reply to Re^2: calling external program from CGI
in thread calling external program from CGI

Processes communicate via file handles, and file handles can only transmit bytes (not Perl arrays). You need to serialize the array somehow. I thought you already addressed that issue using Storable?
  • Comment on Re^3: calling external program from CGI