http://www.perlmonks.org?node_id=852398


in reply to Re: mod_perl bareword error
in thread mod_perl bareword error

eval 1105, not line 1105. And it's apparently something like
>perl -we"${foo::bar}::baz = 1;" Bareword found where operator expected at -e line 1, near "${foo::bar} +::baz" (Missing operator before ::baz?) syntax error at -e line 1, near "${foo::bar}::baz " Execution of -e aborted due to compilation errors.