in reply to Re^2: Why doesn't this print when i omit the newline?
in thread Why doesn't this print when i omit the newline?

Sorry, can't reproduce on Linux / v5.20 / IO::All v0.85. So I'll just throw out a couple more debugging guesses...

If you replace my $io = io $0; with my $io = [qw/foo bar/]; (and perhaps drop the use IO::All;) I hope it works?

Have you tried opening something other than $0?