http://www.perlmonks.org?node_id=988714


in reply to Calling a perl script(that returns an array) within another perl script.

In what way is it not working? Are blue flames coming out of your computer when you try to run it? No? Then what happens?

It can be helpful to refactor the perl script to expose all interesting functionality as a module and then use it. Then you don't have to care about the communication between the processes, the data serialization and deserialization and, and error handling becomes much easier.

  • Comment on Re: Calling a perl script(that returns an array) withing a perl script.