Hi All,
mit.cgi file:
I have a hyperlink defined as: <a href=host.cgi name=$hostname value=$hostname>$hostname</a> in a form. The $hostname values are retrieved from the mysql database in a fetch() loop.
My code in host.cgi:
#!/usr/bin/perl use CGI qw(:standard);
print "Content-type: text/html\n\n";
$posted_hostname = param("$hostname");
Why am I not getting the value of $hostname?
Any help Please... -- Kind Regards, Otto
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>