From: Andrew Ruthven Date: Thu, 6 Oct 2011 21:15:59 +0000 (+1300) Subject: Blow away dead code. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27975c8fd59cad83a752f35d3029dc80f34c4b50;p=gnucash-tools.git Blow away dead code. --- diff --git a/parse.pl b/parse.pl deleted file mode 100644 index 0f04462..0000000 --- a/parse.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 );