- or download this
$ perl -e 'package X;'
$ perl -e 'package 0;'
syntax error at -e line 1, near "package 0;"
Execution of -e aborted due to compilation errors.
- or download this
$ alias perle
alias perle='perl -Mstrict -Mwarnings -Mautodie=:all -MCarp::Always -E
+'
- or download this
$ perle '
package X {
...
meth1: [X]
meth2: [X]
meth3: [1]