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...
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...
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 "Content-type: text/html\n\n";
$forminfo = <STDIN>;
@key_value_pairs = split(/&/,$forminfo);
foreach $pair...
Could someone please shed some light on what I am missing to allow this mouseover to function
Thank you in advance
<style type="text/css">
.oneclass { width:40; height:15; background-color:yellow; color:red;}
.anotherclass {width:40; height:15; background-color:red; color:yellow;}...
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.