[Athens-pm] <a href="my_script.pl?argument1=string>Click this</a> can't fix it!

Antonis Faragitakis skatoulininis at yahoo.com
Wed Feb 26 11:16:32 CST 2003


hello everyone,

can;t make it work:

we have the following html code:
<a href="login.pl?goto_url=test">Click this</a>

and the perl code:
$cgi->param("goto_url");

if ($goto_url eq 'test' and $user_pass) {
   $cgi->start_html(-title=>'It works').
   $cgi->p(q(Ok it works)).
   $cgi->end_html();
}

ok i know this code sucks, but i cant think something
better than this!
any help please!

Antonis!




More information about the Athens-pm mailing list