in reply to Re^3: Simple CGI Login
in thread Simple CGI Login
Then i try and get the variables using $cgi->param('user'); etc :)my $login = "login <input type=\"text\" name=\"user\"> password <input + type=\"text\" name=\"pass\"> <input type=\"submit\" value=\"Submit\ +" name=\"submit\">"; ..... $template->param(LOGIN => $login);
|
|---|