Help for this page

Select Code to Download


  1. or download this
    while ( my $next = <$obj> ) {
        ...
    }
    
  2. or download this
    while ( my $next = <generator($limit)> ) {
        ...
    }