# @exec has the commad that i wish to run # but we're throwing away the error meesages open (T_RES,"@exec 2>/dev/null |") or die "Unable to fork '@exec': $!"; while () { # parsing the output }