or download this
$ perl -c -e " use strict; use warnings; { $foo = 1 } { $bar }} "
Global symbol "$foo" requires explicit package name at -e line 1.
Global symbol "$bar" requires explicit package name at -e line 1.
Unmatched right curly bracket at -e line 1, at end of line
syntax error at -e line 1, near "}}"
-e had compilation errors.