Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bijuperl
  • Content: Threads
  • Order by date
  1. bijuperl

    How do i check links in a web page

    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.
  2. bijuperl

    How to get Key/Value pairs from the HTML form using ActivePerl modules

    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...
  3. bijuperl

    Problem parsing HTML form elements

    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...

Part and Inventory Search

Back
Top