LINE: while () { my $url = $_; my $response = 0; next LINE if $response == 500; unless ($response == 200) { # Do stuff here. } }