articles/perl.md: update
This commit is contained in:
parent
14556145fb
commit
d23649fcd9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ and all of its features will be enabled:
|
|||
use v5.34; # enables `say`, `defer`, `try`-`catch` and more...
|
||||
```
|
||||
|
||||
## Automatically die on any error
|
||||
### Automatically die on any error
|
||||
This makes a Perl script commit suicide if any error is raised (akin to Bash's `set -e`):
|
||||
```perl
|
||||
use autodie;
|
||||
|
|
Loading…
Add table
Reference in a new issue