in reply to Re^5: What technical benfits perl offers over python + few more questions.
in thread What technical benfits perl offers over python + few more questions.

Of course if you "use warnings;", you will see the "print() on closed filehandle STDOUT" warning.
  • Comment on Re^6: What technical benfits perl offers over python + few more questions.
  • Download Code

Replies are listed 'Best First'.
Re^7: What technical benfits perl offers over python + few more questions.
by LanX (Saint) on Nov 15, 2021 at 21:54 UTC
    > Of course if you "use warnings;", you will see the "print() on closed filehandle STDOUT" warning.

    and ...

    Of course you can propagate warnings to die by changing $SIG{__WARN__} ;-)

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