1
0
Fork 0

remove unfinished script

This commit is contained in:
orange 2010-03-31 13:40:06 +02:00
parent 72ce707070
commit 9d3b2a6631

View file

@ -1,14 +0,0 @@
#!/usr/bin/perl
use strict;
my @lines = <>;
# P1
# # CREATOR: GIMP PNM Filter Version 1.1
# 5 8
# 1000101010101011111101110100011000101010
$lines[0] eq "P1\n" or die "First line should read 'P1' for Plain PBM";
for (my $line=0; $line <= $#lines;