- or download this
$ perl -Mstrict -e '$test = "foo"'
- or download this
Global symbol "$test" requires explicit package name at -e line 1.
Execution of -e aborted due to compilation errors.
- or download this
$ perl -Mstrict -e '$test = "foo"' 2> error.log