Changeset 216 for trunk/dns-rpc.cgi
- Timestamp:
- 01/04/12 23:25:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns-rpc.cgi
r200 r216 1 #!/usr/bin/perl 1 #!/usr/bin/perl -w -T 2 2 # $Id$ 3 3 # XMLRPC interface to manipulate most DNS DB entities … … 6 6 use strict; 7 7 use warnings; 8 9 # don't remove! required for GNU/FHS-ish install from tarball 10 use lib '.'; ##uselib## 11 8 12 use DNSDB; # note we're not importing subs; this lets us (ab)use the same sub names here for convenience 9 13 use Data::Dumper;
Note:
See TracChangeset
for help on using the changeset viewer.