I have a web page(index.html) which contains links to all the pages in the website.
I want to write a perl script which will check whether the links are correct.
If there is any working script, it would be very helpful.
I'm using the IDE "ActivePerl" for Windows.
Hi,
I had posted the same problem earlier but the answers were not what i wanted.Please note that I'm using some modules of ActivePerl for Windows.
My problem is:
I'm setting some values in a HTTP Server thru the GUI,which is nothing but a HTML web page.I'm able to set values in the server...
I want to parse the form elements in a HTML file to fetch their key/value pairs. I have written the following code using ActivePerl for Windows -->
use HTTP::Request::Common;
use HTML::Form;
$htmlfilename = "/defaults.shtml";
$ipaddress = "http://www.bijuperl.com"; //This...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.