TonyGroves
Programmer
When I run a system command from a Perl script, is there any simple way to redirect standard and/or error output into a variable(s)? Obviously I could redirect to a file, and then read in that file, but I'm hoping there's a more efficient way than that.
I'm running Perl on Windows, in case that's relevant.
Any ideas?
Thanks.
I'm running Perl on Windows, in case that's relevant.
Any ideas?
Thanks.