|
hi pradeep it would be very heklpful if you could explain about this block of code
if($usr ne '')
{
# process the form
if($usr eq "demo" and $pwd eq "demo")
{
$session = new CGI::Session();
print $session->header(-location=>'index.pl');
}
from login.pl ... please help me out ASAP ....
|