Hi all,

I know how to check if a link is valid, using LWP module and head($link) but
I have a problem.
Lets say that in the page that I want to check I have some links that point
to a cgi script that will output the file something like:

<a href="http://server.domain.com/cgi-bin/download.pl?file=1234";>Download
this file!</a>

Even though the file that has to be downloaded doesn't exist, my script that
checks the links always tell me that the file exists because it sees that
the file download.pl is there.

Can I check if the final file that has to be downloaded exists or not?

Thank you.
Teddy,
[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to