Help for this page
use lib '.' ; use strict ; ... while ( my ($item) = $iter->() ) { print "$item\n" ; }