Help for this page

Select Code to Download


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