in reply to Re: Re: Re: Re: How to collect the stdout of a subroutine call?
in thread How to collect the stdout of a subroutine call?

If you explain the problem you had with it then maybe we can provide an answer that will better suit your needs. Just saying it didn't work is not descriptive enough.

Are there any errors? Or just unexpected results? Have you put "use strict;" and "use warnings;" at the top of your script? Not that every script must have it, but I would put it in there at least while trying to solve this problem.

  • Comment on Re:^5 How to collect the stdout of a subroutine call?