my $count =0; while(1) { # do something to the array $count = &something_strange last if (test_exit_condition); }