or download this
$ perl -e "warn 'foo' 'bar' "
String found where operator expected at -e line 1, near "'foo' 'bar'"
(Missing operator before 'bar'?)
...
Uncaught exception from user code:
syntax error at -e line 1, near "'foo' 'bar'"
Execution of -e aborted due to compilation errors.