Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567891011 use Rex;print STDERR "This is STDERR message\n";print STDOUT "This is STDOUT message\n";abcprint STDERR "This is STDERR message\n";print STDOUT "This is STDOUT message\n";task 'test', sub { };
use Rex;
print STDERR "This is STDERR message\n";
print STDOUT "This is STDOUT message\n";
abc
task 'test', sub { };