The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/local/bin/perl -w
require 5;
use Text::EP3;
my $file = Text::EP3->new;
$file->ep3_execute;
1;