divers/perl/antipixel/antipixel.pl
2012-07-25 01:02:23 +02:00

8 lines
145 B
Perl
Executable file

#!/usr/bin/env perl
use strict;
use warnings;
use MyWrapper;
my $wrapper = MyWrapper->new_with_options();
#$wrapper->tests();
$wrapper->run();