my $function_ref = my_closure($stuff); for ( my $data = $function_ref->() ) { # do things }