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!

Recent content by craazycanuck

  1. craazycanuck

    regular expression within forms

    Thank you for your help guys.... but I know zero about CGI.pm. If I could bother you to check the following code I would be extremely gratefull Thank you in advance Dave $whichmethod = $ENV{'REQUEST_METHOD'}; if($whichmethod eq "GET"){ $forminfo = $ENV{"QUERY_STRING"}...
  2. craazycanuck

    regular expression within forms

    Sorry guys ..nothing I try works .Is there any way I can assign a variable to one text fields then use the regular expression on this variable. Ty for your patience Dave
  3. 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...
  4. craazycanuck

    cgi/perl variable and operaator question (newbie)

    ty for the help
  5. 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...
  6. 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...
  7. 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