Sparrow6.git | examples/tasks/stderr-to-stdout/ | task.pl


print STDERR "stderr chunk\n";
print "stdout chunk\n";