/[notice-sender]/trunk/soap.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/soap.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by dpavlin, Mon May 16 20:58:44 2005 UTC revision 33 by dpavlin, Tue May 17 11:09:08 2005 UTC
# Line 26  package Nos::SOAP; Line 26  package Nos::SOAP;
26    
27  This methods are thin wrappers to provide SOAP calls.  This methods are thin wrappers to provide SOAP calls.
28    
29    =head2 NewList
30    
31     $message_id = NewList(
32            list => 'My list',
33            email => 'my-list@example.com'
34     );
35    
36    =cut
37    
38    sub NewList {
39            my $self = shift;
40    
41            return $nos->new_list( %{ shift @_ } );
42    }
43    
44  =head2 AddMemberToList  =head2 AddMemberToList
45    
46   $member_id = AddMemberToList(   $member_id = AddMemberToList(

Legend:
Removed from v.29  
changed lines
  Added in v.33

  ViewVC Help
Powered by ViewVC 1.1.26