B
bencejohn
Is there a purely Perl way to do the following (i.e., without relying
on a system specific call)?
use strict;
use warnings;
system("foo.exe bar > errs 2>&1");
Thanks
on a system specific call)?
use strict;
use warnings;
system("foo.exe bar > errs 2>&1");
Thanks