- or download this
Can't locate object method "new" via package "XML::LibXML::SAX" at /cp
+an/5.8.8-2006.03/lib/XML/SAX/ParserFactory.pm line 43.
- or download this
#!/perl/5.8.8/bin/perl
use 5.8.8; use strict; use warnings;
...
my $ref = XMLin($file) or die "Error reading build file ($file): $@";
print Dumper($ref);
# -end-
- or download this
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<SA>
...
<rev>19858</rev>
</SVN>
</SA>