在Perl中有类似Python Itertools的东西吗?

时间:2011-11-23 13:28:03

标签: python perl itertools

Python有great module for working with iterators called itertools Perl中有任何模拟吗?

我知道Object-Iterate,但它只有imap和igrep。

2 个答案:

答案 0 :(得分:7)

List::Gen做了很多。

答案 1 :(得分:4)

虽然我不确切知道你需要什么迭代器CPAN is full of them,但它实际上取决于你需要什么。我需要在数组中可能的所有组合的迭代器:有一个CPAN module for that