Help for this page

Select Code to Download


  1. or download this
    package My::SOAP::Daemon;
    use strict;
    ...
    
    
    $_ ^=~ { AUTHOR => 'particle' };
    
  2. or download this
    use HTTP::Cookies ();
    use SOAP::Lite ();
    ...
    ## ...and check for failure
    die 'failure! ', $response->faultstring 
        if $response->fault;