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

8 lines
163 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();
2013-10-29 01:15:42 +01:00
#$wrapper->afficher_valeurs_actuelles;
2012-07-25 01:02:23 +02:00
$wrapper->run();