/[cvs]/nfo/perl/scripts/outlook2ldap/bin/genSchema.pl
ViewVC logotype

Contents of /nfo/perl/scripts/outlook2ldap/bin/genSchema.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sun Jan 19 09:01:14 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
CVS Tags: v009, HEAD
File MIME type: text/plain
+ initial check-in

1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Torus::Reflection::schema;
7
8 my $sourceFileName = "etc/outlook_ole_fields.csv";
9
10 my $schemaData=Torus::Reflection::schema::genSchema($sourceFileName);
11
12 if ($schemaData) {
13 print $schemaData;
14 } else {
15 print "no schema data could be generated", "\n";
16 }

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