in reply to Why does Modern::Perl hate CGI.pm || my simple form?
Update: Try also diagnostics or splain:
$ echo 'Global symbol "$input" requires explicit package name at -e li +ne 1.' | splain Global symbol "$input" requires explicit package name at -e line 1 (#1 +) (F) You've said "use strict" or "use strict vars", which indicates + that all variables must either be lexically scoped (using "my" or +"state"), declared beforehand using "our", or explicitly qualified to say which package the global variable is in (using "::").
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why does Modern::Perl hate CGI.pm || my simple form?
by taint (Chaplain) on Nov 05, 2013 at 23:38 UTC |