Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Is there a problem with using barewords as filehandles ?

by LanX (Saint)
on Jul 19, 2020 at 02:47 UTC ( [id://11119507]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119507]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found