From 7494d3cd59e7d6efb2cc12b8b37aade2bc620fac Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 25 May 2007 20:57:32 +1200 Subject: [PATCH] Initial commit. --- parse.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 parse.pl diff --git a/parse.pl b/parse.pl new file mode 100644 index 0000000..0f04462 --- /dev/null +++ b/parse.pl @@ -0,0 +1,8 @@ +#!/usr/bin/perl -w + +use XML::Parser; + +my $in_file = "/home/a_and_s/Budget/A and S United"; + +$parser = XML::LibXML->new(); +$doc = $parser->parse_file( $in_file ); -- 2.30.2