Help for this page

Select Code to Download


  1. or download this
    sub http_thread
    {
    ...
      }
    
    }
    
  2. or download this
    $hThread = threads->create( {'void' => 1}, \&http_thread );
    
  3. or download this
    package auth;
    use Devel::Peek;
    ...
        Dump ($self);
    
    }
    
  4. or download this
      use SOAP::Lite +autodispatch =>
            proxy => 'https://server:8001/';
    ...
    $obj->temp();
    
    exit;