in reply to Re^9: Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
in thread Bareword "SCALAR" not allowed while "strict subs" in use at C:/Perl/site/lib/DateTime/Locale.pm line 41.
This possibly stems from loading DateTime/Locale/Base.pm twice. Maybe you gave it a wrong name, like datetime/locale/base.pm or something like that. You shouldn't manually install modules by copying (parts of) them. You should install them through CPAN, App::CPANMinus or some other CPAN package manager.
|
|---|