package Main; use strict; use warnings; use module::Config; our $Config = new Config; sub Run { return -1 unless $Config->Start(); return 1; }