- 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();
- or download this
Welcome akilesh you have logged in with password root<br>
- or download this
Welcome you have logged in with password