XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:   - Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://dualopt1.cmm.msu.ru/bin/view/TWiki/TWikiListIteratorDotPm. Показаны документы 1 - 1 из 1.

1. %TOPICTITLE% ( vs. 1) - TWiki
... Iterator over a list . ... Returns false when the iterator is exhausted. my $it = new TWiki::ListIterator(\@list); while ($it->hasNext()) { .. ... The iterator object can be customised to pre- and post-process entries from the list before returning them. ... For example, my @list = ( 1, 2, 3 ); my $it = new TWiki::ListIterator(\@list); $it->{filter} = sub { return $_[0] != 2 }; $it->{process} = sub { return $_[0] + 1 }; while ($it->hasNext()) { my $x = $it->next(); print "$x, "; } will print 2, 4 . ...
[ Сохраненная копия ]  Ссылки http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TWikiListIteratorDotPm?type=last -- 11.2 Кб -- 28.02.2014
Похожие документы


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования