Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

use Rex;
print STDERR "This is STDERR message\n";
print STDOUT "This is STDOUT message\n";
abc
print STDERR "This is STDERR message\n";
print STDOUT "This is STDOUT message\n";
task 'test', sub { };