perl -e "print STDOUT \"hello\";print STDERR \"goodbye\"" #### perl -e "$|=1;print STDOUT \"hello\";print STDERR \"goodbye\""