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 Mike Lewis 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: *

  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

    Problem parsing HTML form elements

    Hi NeverSleep, Ur code is reading the key/value pairs from the submit buffer.I don't wan't this. See, when i submit the HTML page after setting some values in it and refresh the page,i get back the values that i had last set,and this comes from the server. Now from this HTML page i want to...
  3. 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...
  4. bijuperl

    Problem parsing HTML form elements

    Hi, This is not what i wanted.Please note that I'm using ActivePerl for Windows modules. My problem is: I'm setting some values in a HTTP Server thru the GUI,which is nothing but a web page.I'm able to set values in the server using the perl script that i have written: It looks like this...
  5. bijuperl

    Problem parsing HTML form elements

    Hi hereugo, Can u please give me that function that can parse the HTML Form elements and give me the key-value pairs. Thanx in advance
  6. 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