in reply to Problems with perl script calling perl scripts

I think that instead of creating a new process to call this child perl script, I would read the script as a text file and simply use the function eval()!
  • Comment on Re: Problems with perl script calling perl scripts