/[cvs]/nfo/perl/scripts/outlook2ldap/libs/Connection/SOAP.pm
ViewVC logotype

Annotation of /nfo/perl/scripts/outlook2ldap/libs/Connection/SOAP.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Jan 18 15:38:02 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: v008-2, v008-1, v009, HEAD
+ initial check-in

1 joko 1.1 package Connection::SOAP;
2    
3     use Data::Dumper;
4    
5     print "hello world", "\n";
6    
7     sub handler {
8     my $request = shift;
9     print "hello request", "\n";
10     print Dumper($request);
11     print "\n";
12     }
13    
14    
15    
16     1;

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed