Help for this page

Select Code to Download


  1. or download this
    while (my ($x, $y, $z) = @{ $iter->next // [] }) {
            
        push @wants,
    ...
            )       
        ];
    }
    
  2. or download this
    my @cnt;
    my $seq= 0;
    my $x = $cnt[0];
    ...
            )       
        ];
    }