Help for this page

Select Code to Download


  1. or download this
    sub Main {
          my $action = $query->param('action');
    ...
              #return; #exit;
            }
            };
    
  2. or download this
    sub ProcessLoginRequest
    {
    ...
      #warn("ProcessLogin Request SID from from session create: '$sid'");
      my $sessiondata1 = $sid; #id created by CGI::Session;