my @work = fetch_jobs($starting_condition); while ( @work ) { # ... }