View Single Post
Go4Expert Member
18Dec2009,13:07  
sundeep.kumar's Avatar
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 ....