Help for this page
open(STDOUT, '|-', bash => ( ... $outfile, ) ) or die;
open(STDOUT, '|-', tee => ( '-i', '--', $outfile ) ) or die;