in reply to using unless($code == 200)....
For what it's worth, tye had the best suggestion in that thread. You might also change your loop condition slightly:next if $response == 500; warn "->$response<-\n";
while (defined( my $url = <IN> )) { chomp $url;
|
|---|