From 27975c8fd59cad83a752f35d3029dc80f34c4b50 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 7 Oct 2011 10:15:59 +1300 Subject: [PATCH] Blow away dead code. --- parse.pl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 parse.pl 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 ); -- 2.30.2