some-usable-scripts/perl/antipixel/antipixel.pl

9 lines
145 B
Perl
Raw Normal View History

2012-07-25 01:02:23 +02:00
#!/usr/bin/env perl
use strict;
use warnings;
use MyWrapper;
my $wrapper = MyWrapper->new_with_options();
#$wrapper->tests();
$wrapper->run();