in reply to Parallel::Fork Manger;want to parse the output of fork processes to excel using Spreadsheet::WriteExcel

1) Store the data into files

2) Use a pipe

3) Search CPAN for the string IPC and use a fitting module from that list. IPC means InterProcess Communication, which is what you want

  • Comment on Re: Parallel::Fork Manger;want to parse the output of fork processes to excel using Spreadsheet::WriteExcel