Help for this page

Select Code to Download


  1. or download this
    $Template = HTML::Template->new(filename => "user_login.html");
    $Template->param(USER=>$usr);
    $Template->param(PASSWD=>$pwd);
    ...
    print $q->start_html('user input');
    print $q->h1($final);
    print $q->end_html();
    
  2. or download this
    Welcome akilesh you have logged in with password root<br>
    
  3. or download this
    Welcome you have logged in with password