in reply to using unless($code == 200)....
this should go to the next iteration of the loop if $response is equal to 500. If you're still having troubles, you'll probably want to check that $response actually reaches 500 as it may be getting lost somewhere along the line.next if 500 == $response;
broquaint
|
|---|