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

Where in the code you submitted are you processing the data coming back from submission? Where are you starting the form? What does the form look like?


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^4: Simple CGI Login
by Xidus (Novice) on Aug 31, 2006 at 00:15 UTC
    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