Help for this page

Select Code to Download


  1. or download this
    my $value = $it->();
    
  2. or download this
    my $value->it();
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    while (my $value = $it->()) {
        say $value;
    }