Hyperlink value

Hyperlink value

am 15.06.2004 15:19:32 von Werner Otto

Hi All,

mit.cgi file:
I have a hyperlink defined as: value=$hostname>$hostname 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

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org