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


in reply to Re: Running external command from perl but cannot capture output
in thread Running external command from perl but cannot capture output

thanks for the reply. here is what i have right now
@test=`mac \"$_\" -v >/dev/null 2>&1`;
this suppresses the output, but does not put anything in @test. i am not too sure what to do.