#!/usr/bin/perl

use strict;
use warnings;
use Carp;

use App::EGCD qw(MyApplication);

my $conf = App::EGCD->ReadConfig(
    ...
);


