Help for this page

Select Code to Download


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