in reply to string terminator "'"

you missed a quote in the following row:
@url=('$url2', '$url3', '$url4', '$url5', '$url6', '$url7); # missin +g quote after $url7
fixed that and see if your problem is fixed

Hotshot