Help for this page

Select Code to Download


  1. or download this
    use lib '.' ;
    use strict ;
    ...
    while ( my ($item) = $iter->() ) {
       print "$item\n" ;
    }