From 950ee1daa8daa23a7284046ffac8ca8c478848da Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2008 22:53:15 +0000 Subject: ok --- scripts/pdf2txtrmcr.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/pdf2txtrmcr.pl (limited to 'scripts') diff --git a/scripts/pdf2txtrmcr.pl b/scripts/pdf2txtrmcr.pl new file mode 100644 index 0000000..5ffb05d --- /dev/null +++ b/scripts/pdf2txtrmcr.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +for () { + chomp if /[a-z]/; + print; +} + +__DATA__ + -- cgit v1.2.3