Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl/bin/perl -w
    use strict;
    ...
    while (my @items = $it->()) {
        print "@items\n";
    };