in reply to Re: Is there a problem with using barewords as filehandles ?
in thread Is there a problem with using barewords as filehandles ?

>    print STDERR 'ok';

Is indirect object notation, please note the missing comma after STDERR. ( see also FileHandle )

So the question should rather be what will happen to ION?

IMHO 99% of all use cases are print FH and new CLASS , this should not be difficult to cover.

And according to ...

https://www.effectiveperlprogramming.com/2020/06/turn-off-indirect-object-notation/

... is print still working like before.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery