/[wopi2]/trunk/dump.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/dump.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Jun 23 11:56:27 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 219 byte(s)
initial import of WOPI v2

1 #!/usr/bin/perl -w
2
3 use strict;
4
5 use DBM::Deep;
6 use Data::Dumper;
7 use XML::Simple;
8
9 my $db = new DBM::Deep 'wopi.db' || die "can't open db";
10
11 if (lc(shift) =~ /xml/) {
12 print XMLout($db);
13 } else {
14 print Dumper($db);
15 }

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26