in reply to Re^3: Simple CGI Login
in thread Simple CGI Login

The form is here and i put it into my html using a HTML::Template VAR later in the code
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);
Then i try and get the variables using $cgi->param('user'); etc :)
im the king of all i survey. my kingdom has lots of dust on it