Am 25.11.2013 18:20, schrieb foxfell:
2013/11/18 Alexander Wiedergold WIEDERGOLD.NET <http://WIEDERGOLD.NET>
<[email protected] <mailto:[email protected]>>



    кто знает как исправить?

    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.pm <http://innreport_inn.pm> line 2433.
    --
    .

Вот вам варианты:
1) добавить нечто вроде:
use feature "array_base";

Теперь пишет

Feature "array_base" is not supported by Perl 5.14.4 at /usr/libexec/news/innreport line 4
BEGIN failed--compilation aborted at /usr/libexec/news/innreport line 4.


в начало этих файлов.
2) обновить модуль innreport_inn.pm <http://innreport_inn.pm>
3) установить perl более старой версии.

Зачем старей?
если у меня Perl 5.14.4

здесь написано, начиная с Perl 5.16

http://perldoc.perl.org/feature.html#The-%27array_base%27-feature

This feature is available under this name starting with Perl 5.16.
Эта функция доступна под этим именем, начиная с Perl 5.16.



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


--
..
http://wiedergold.net/


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Ответить