Help for this page

Select Code to Download


  1. or download this
    ###########################################################
    # CGI::Session::Auth
    ...
    ###########################################################
    
    ###########################################################
    
  2. or download this
    sub _login {
        
    ...
    }
    
    ###########################################################
    
  3. or download this
    sub _ipAuth {
        
    ...
        
        return $self->{url};
    }
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
    my $app = new testapp;
    $app->run();