articles/perl.md: update
This commit is contained in:
parent
29d4656e3a
commit
87a0d68617
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ This makes a Perl script commit suicide if any error is raised (akin to Bash's `
|
|||
use autodie;
|
||||
```
|
||||
|
||||
## Miscellaneous weirdness
|
||||
- When calling the Perl interpreter directly, any [shebang](shebang.md) at the top of the script that doesn't actually call
|
||||
the Perl interpreter itself gets executed, just like the kernel would interpret the shebang.
|
||||
- ...
|
||||
|
||||
## Examples
|
||||
### Hello world
|
||||
```perl
|
||||
|
|
Loading…
Add table
Reference in a new issue