in reply to Re^6: 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.

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

  • Comment on Re^7: What technical benfits perl offers over python + few more questions.
  • Download Code