Если в result format добавить
падает парсер.
в логе есть такая строчка
при удаление result format работает.
есть подозрение на .match
Код:
[%
USE convUtime = date(format = '%d.%m.%Y %H:%M:%S', locale = 'C') ;
FOREACH item IN p1.posts ;
tags = item.text.match('#?(.+?)[ |$|,|\.|#]', 1) ;
FOREACH tag IN tags ;
query _ ';' ;
item.link _ ';' ;
convUtime.format(item.time) _ ';' ;
tag ;
"\n" ;
END ;
END;
%]
падает парсер.
в логе есть такая строчка
Use of uninitialized value in subroutine entry at build/core.to_build.pl line 17472.
Can't use string ("") as a subroutine ref while "strict refs" in use at build/core.to_build.pl line 17472.
при удаление result format работает.
есть подозрение на .match
Последнее редактирование модератором: