divers/perl/antipixel/lanceur.pl

8 lines
144 B
Perl

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