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 wOOdy-Soft 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. craazycanuck

    regular expression within forms

    Hello everyone I have a form with two text inputs....the difficulty I am running into is...I need to parse the spaces between words from the first text input but leave the spaces between words from the second text input.I am sure I need to adjust my regular expression but unclear as to...
  2. craazycanuck

    cgi/perl variable and operaator question (newbie)

    Hope someone can give me a hand.I have an html document with two inputs .I want to generate a perl script that will add 3 to the inputs then multiply the results together to reach an end result.I can get the inputs to add 3 but I can't figure out how to get the end result.Any assistance...
  3. craazycanuck

    Parsing data to seperate lines("newbie)

    Sorry guys, I realize this is an easy question but, I can't get my data to print to seperate lines...can't figure out where I am going wrong #!/usr/bin/perl print &quot;Content-type: text/html\n\n&quot;; $forminfo = <STDIN>; @key_value_pairs = split(/&/,$forminfo); foreach $pair...
  4. craazycanuck

    CSS mouseover help...newbie

    Could someone please shed some light on what I am missing to allow this mouseover to function Thank you in advance <style type=&quot;text/css&quot;> .oneclass { width:40; height:15; background-color:yellow; color:red;} .anotherclass {width:40; height:15; background-color:red; color:yellow;}...

Part and Inventory Search

Back
Top