Help for this page

Select Code to Download


  1. or download this
    <Location /mod_soap>
        SetHandler perl-script
        PerlHandler Apache::SOAP
        PerlSetVar dispatch_to "/usr/local/apache/lib/soap"
    </Location>
    
  2. or download this
    package Demo;
    
    ...
    sub bar { return "bar\n" }
    
    1;
    
  3. or download this
    use strict;
    use SOAP::Lite;
    ...
    ;
    
    print $soap->foo()->result();
    
  4. or download this
    500 unexpected EOF before status line seen
    
  5. or download this
    [notice] child pid 18225 exit signal Segmentation fault (11)