in reply to Re^2: Difference Between use warnings and use warnings FATAL => 'all'
in thread Difference Between use warnings and use warnings FATAL => 'all'
Now at second thought I remember all these special variables (e.g. $!, $@, $^E, $? ...) holding silent external error messages needed to be actively read and processed.
(like in open ... or die "Terminating because $!";)
Here you are of course right, those "errors" do not die.
Corrected, thanks. :)
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Difference Between use warnings and use warnings FATAL => 'all'
by Bloodnok (Vicar) on Dec 27, 2013 at 18:06 UTC |