projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b2a3e
)
Tighter indent
author
Joe Atzberger
<atz@esilibrary.com>
Fri, 28 May 2010 18:38:07 +0000
(18:38 +0000)
committer
Joe Atzberger
<atz@esilibrary.com>
Fri, 28 May 2010 18:38:07 +0000
(18:38 +0000)
xmlparse.pl
patch
|
blob
|
history
diff --git
a/xmlparse.pl
b/xmlparse.pl
index
81fe5dc
..
ab7556f
100755
(executable)
--- a/
xmlparse.pl
+++ b/
xmlparse.pl
@@
-45,4
+45,5
@@
my $parser = new XML::Simple( KeyAttr => { login => '+id',
my $ref = $parser->XMLin($ARGV[0]);
+$Data::Dumper::Indent = 1;
print Dumper($ref);