Advertisement

07.18.2001 at 08:50PM PDT, ID: 20153258
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.6

Variables from html page come up blank

Asked by sjaguar13 in Perl Programming Language

Tags: , , ,

I have a html form that sends the stuff to the cgi. The html is:
<html>
<head><title>Hey</title></head>
<Body>
<form action="http://192.168.123.164:22/broken.cgi" method=post>
<input type=text name="group">
<input type=text name="cd">
<input type=text name="song">
<textarea rows=25 cols=55 name="lyrics"></textarea>
<input type=submit value="Get Lyrics">
</body>
</html>

and the cgi is:
#!C:\perl\bin\perl.exe

#require "cgi-lib.pl";
#&ReadParse;


print "Content-type: text/html\n\n";

print <<ENDHTML;
<html>

<head>
<style>A:hover \{color: \#00C000\; font-weight\: bold\}
</style>
<title>$in{'group'} - $in{'cd'} - $in{'song'}</title>
<meta name=\"GENERATOR\" content=\"Arachnophilia 4.0\">
<meta name=\"FORMATTER\" content=\"Arachnophilia 4.0\">
</head>
<BODY bgcolor=\"\#000080\" text=\"yellow\" link=\"\#00C000\" alink=\"\#00C000\" vlink=\"\#00C000\">

$in{'lyrics'}

<img src=\"http\:\/\/anythingauction.hypermart.net/mainlogo.gif\"><br>
<center>
<a href=\"store.html\"><FONT face=\"ms sans serif\,geneva\,helvetica\" size=1>Store</a>\&nbsp\;\|\&nbsp\;<a href=\"mailto\:techsupport\@lyriclooker.com\"><FONT face=\"ms sans serif\,geneva\,helvetica\" size=1>Technical Support</a>\&nbsp\;\|\&nbsp\;<a href=\"mailto:js\@lyriclooker.com\"><FONT face=\"ms sans serif\,geneva\,helvetica\" size=1>Contact Us</a>\&nbsp\;\|\&nbsp\;<a href=\"advertise.html\"><FONT face=\"ms sans serif\,geneva\,helvetica\" size=1>Advertise</a><br><br><br>


</BODY>
</html>

ENDHTML

When I submit the page, I get the html but no variables, what am I doing wrong?Start Free Trial
[+][-]07.19.2001 at 12:04AM PDT, ID: 6297139

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.19.2001 at 09:25PM PDT, ID: 6300935

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Perl Programming Language
Tags: perl, html, variables, blank
Sign Up Now!
Solution Provided By: arogyarajxavier
Participating Experts: 3
Solution Grade: A
 
 
[+][-]12.31.2001 at 11:09AM PST, ID: 6702834

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.01.2002 at 02:53PM PST, ID: 6704199

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.26.2002 at 03:56PM PST, ID: 6758558

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.19.2002 at 06:56AM PDT, ID: 7092637

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32