diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-15 04:09:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-15 04:09:42 +0000 |
| commit | afed274c10a93957f82a009824cafe8d83aa68a8 (patch) | |
| tree | 4a4d3980a3d9eb32bf7be443a83afe4c21dcdf55 /VS-Sim-Sources/scripts/pdf2txtrmcr.pl | |
new branches
Diffstat (limited to 'VS-Sim-Sources/scripts/pdf2txtrmcr.pl')
| -rw-r--r-- | VS-Sim-Sources/scripts/pdf2txtrmcr.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/VS-Sim-Sources/scripts/pdf2txtrmcr.pl b/VS-Sim-Sources/scripts/pdf2txtrmcr.pl new file mode 100644 index 0000000..5ffb05d --- /dev/null +++ b/VS-Sim-Sources/scripts/pdf2txtrmcr.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +for (<DATA>) { + chomp if /[a-z]/; + print; +} + +__DATA__ + |
