$|++; open (STDERR, ">&STDOUT"); #stuff my $cmdout = `system command`; print $cmdout;