Help for this page

Select Code to Download


  1. or download this
    # login.pl
    
    ...
      return $session; 
    
    }
    
  2. or download this
    my $session = CGI::Session->new('driver:MySQL', $cgi, {Handle=>$dbh});