Help for this page
print "Hello World \n"; my $tmp = `python -V 2>&1`; print "Version: $tmp \n";
open(STDERR, ">&STDOUT"); $alloutput = `cmd args`; # stderr still escapes