[system] / trunk / xmlrpc / modules / Demo.pm Repository:
ViewVC logotype

Annotation of /trunk/xmlrpc/modules/Demo.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 279 - (view) (download) (as text)

1 : gage 279 package Demo;
2 :    
3 :     # -- SOAP::Lite -- guide.soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
4 :    
5 :     sub hi {
6 :     return "hello, world";
7 :     }
8 :    
9 :     sub bye {
10 :     return "goodbye, cruel world";
11 :     }
12 :    
13 :     sub languages {
14 :     return ("Perl", "C", "sh");
15 :     }
16 :    
17 :     1;

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9