Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    SOAP::Transport::HTTP::CGI
        -> dispatch_to('/home/soap/modules') 
        -> handle;
    
  2. or download this
    package Hello;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package SOAPHello;
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    package My::SOAP;
    use strict;
    ...
    }
    
    1;
    
  5. or download this
    package SOAPHello;
    use strict;
    ...
    }
    
    1;