>type a.pl ` perl -e"print qq{stdout\\n}; warn qq{stderr\\n};" >stdout 2>stderr ` >perl a.pl >type stdout stdout >type stderr stderr