- or download this
MIME::Parser
SOAP::Lite
- or download this
mod_perl
- or download this
<VirtualHost 192.168.1.187:80>
ServerName sieve.net
...
</Directory>
DirectoryIndex index.phtml index.htm index.html index.pl
</VirtualHost>
- or download this
#!/usr/bin/perl
use strict;
...
$Qresults->enqueue( undef ); ## Signal this thread is fini
+shed
}
1;
- or download this
#!/usr/bin/perl
package Sieve;
...
return 1;
}
1;
- or download this
<?xml version="1.0"?>
...
</port>
</service>
</definitions>
- or download this
use SOAP::Lite;
my $client = SOAP::Lite->service("http://sieve.net/sieve.wsdl");
my $result = $client->updateSieveFilter(17);
print $result;