I have a script that uses: print "Location: $url\n\n"; and the location file also have a print "Location: $url2\n\n"; etc. in otherwords it goes in a loop for about 6 urls, and then the final url displays a :
print "Content-type: text/html\n\n";
is there any disadvantages to what im doing? or should it be ok?
any comments apprecated.
cheers
linda