Help for this page
while (<IN>) { $url = $_; ... yada yada.. } }
if($response == 500) { goto next; } I also tried just next; and that didn't work.