Help for this page

Select Code to Download


  1. or download this
        my $hHTTP;
    
    ...
          $hHTTP->close();
      }
    
  2. or download this
      use SOAP::Lite +autodispatch =>
            proxy => 'https://testbed.org:8001/',
    ...
    
    
    my $obj = auth->new();
    
  3. or download this
    sub new
    {
    ...
    
            return $self;
    }