2013/11/18 Alexander Wiedergold WIEDERGOLD.NET <wiederg...@web.de>

>
>
> кто знает как исправить?
>
> Use of assignment to $[ is deprecated at /usr/libexec/news/innreport line
> 677.
> Use of assignment to $[ is deprecated at /usr/libexec/news/innreport line
> 794.
> Use of assignment to $[ is deprecated at 
> /usr/share/perl5/innreport_inn.pmline 2433.
> --
> .

Вот вам варианты:
1) добавить нечто вроде:
use feature "array_base";
в начало этих файлов.
2) обновить модуль innreport_inn.pm
3) установить perl более старой версии.

ссылка в помощь:
http://perldoc.perl.org/feature.html#The-%27array_base%27-feature

Ответить